POST SetBulkTaxSettingHistories
Request Information
URI Parameters
None.
Body Parameters
Collection of TaxSettingHistoryName | Description | Type | Additional information |
---|---|---|---|
HistoryId | integer |
None. |
|
SID | integer |
None. |
|
TaxSettingId | integer |
None. |
|
Channels | string |
None. |
|
Properties | string |
None. |
|
Currency | string |
None. |
|
Action | string |
None. |
|
CreatedById | integer |
None. |
|
CreatedByName | string |
None. |
|
CreatedOn | string |
None. |
|
DateCreated | date |
None. |
|
TaxValue | string |
None. |
|
Reason | string |
None. |
|
CreatedByPGHUserName | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "HistoryId": 1, "SID": 2, "TaxSettingId": 3, "Channels": "sample string 4", "Properties": "sample string 5", "Currency": "sample string 6", "Action": "sample string 7", "CreatedById": 1, "CreatedByName": "sample string 8", "CreatedOn": "sample string 9", "DateCreated": "2025-04-28T16:50:21.4866562+00:00", "TaxValue": "sample string 11", "Reason": "sample string 12", "CreatedByPGHUserName": "sample string 13" }, { "HistoryId": 1, "SID": 2, "TaxSettingId": 3, "Channels": "sample string 4", "Properties": "sample string 5", "Currency": "sample string 6", "Action": "sample string 7", "CreatedById": 1, "CreatedByName": "sample string 8", "CreatedOn": "sample string 9", "DateCreated": "2025-04-28T16:50:21.4866562+00:00", "TaxValue": "sample string 11", "Reason": "sample string 12", "CreatedByPGHUserName": "sample string 13" } ]
text/html
Sample:
[{"HistoryId":1,"SID":2,"TaxSettingId":3,"Channels":"sample string 4","Properties":"sample string 5","Currency":"sample string 6","Action":"sample string 7","CreatedById":1,"CreatedByName":"sample string 8","CreatedOn":"sample string 9","DateCreated":"2025-04-28T16:50:21.4866562+00:00","TaxValue":"sample string 11","Reason":"sample string 12","CreatedByPGHUserName":"sample string 13"},{"HistoryId":1,"SID":2,"TaxSettingId":3,"Channels":"sample string 4","Properties":"sample string 5","Currency":"sample string 6","Action":"sample string 7","CreatedById":1,"CreatedByName":"sample string 8","CreatedOn":"sample string 9","DateCreated":"2025-04-28T16:50:21.4866562+00:00","TaxValue":"sample string 11","Reason":"sample string 12","CreatedByPGHUserName":"sample string 13"}]
application/xml, text/xml
Sample:
<ArrayOfTaxSettingHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Settings"> <TaxSettingHistory> <Action>sample string 7</Action> <Channels>sample string 4</Channels> <CreatedById>1</CreatedById> <CreatedByName>sample string 8</CreatedByName> <CreatedByPGHUserName>sample string 13</CreatedByPGHUserName> <CreatedOn>sample string 9</CreatedOn> <Currency>sample string 6</Currency> <DateCreated>2025-04-28T16:50:21.4866562+00:00</DateCreated> <HistoryId>1</HistoryId> <Properties>sample string 5</Properties> <Reason>sample string 12</Reason> <SID>2</SID> <TaxSettingId>3</TaxSettingId> <TaxValue>sample string 11</TaxValue> </TaxSettingHistory> <TaxSettingHistory> <Action>sample string 7</Action> <Channels>sample string 4</Channels> <CreatedById>1</CreatedById> <CreatedByName>sample string 8</CreatedByName> <CreatedByPGHUserName>sample string 13</CreatedByPGHUserName> <CreatedOn>sample string 9</CreatedOn> <Currency>sample string 6</Currency> <DateCreated>2025-04-28T16:50:21.4866562+00:00</DateCreated> <HistoryId>1</HistoryId> <Properties>sample string 5</Properties> <Reason>sample string 12</Reason> <SID>2</SID> <TaxSettingId>3</TaxSettingId> <TaxValue>sample string 11</TaxValue> </TaxSettingHistory> </ArrayOfTaxSettingHistory>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseOfBooleanName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Status | boolean |
None. |
|
Body | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "Status": true, "Body": true }
text/html
Sample:
{"Message":"sample string 1","Status":true,"Body":true}
application/xml, text/xml
Sample:
<ResponseOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Common"> <Body>true</Body> <Message>sample string 1</Message> <Status>true</Status> </ResponseOfboolean>