POST Pentagon/SaveCompanyDefaults

Request Information

URI Parameters

None.

Body Parameters

XS.CoreApi.Pentagon.Model.XS_CompanySetup
NameDescriptionTypeAdditional information
CompanyCode

string

None.

Rcv_WHCODE

string

None.

Rcv_Location

string

None.

Rcv_IsShowRef1

boolean

None.

Rcv_IsShowRef2

boolean

None.

Rcv_IsShowRef3

boolean

None.

Rcv_IsShowRef4

boolean

None.

Rcv_IsShowRef5

boolean

None.

Rcv_IsShowRef6

boolean

None.

Rcv_IsShowRef7

boolean

None.

Rcv_IsShowRef8

boolean

None.

Rcv_IsShowRef9

boolean

None.

Rcv_IsShowRef10

boolean

None.

Rcv_IsShowRef11

boolean

None.

Rcv_IsShowRef12

boolean

None.

Rcv_IsShowRef13

boolean

None.

Rcv_IsShowRef14

boolean

None.

Rcv_IsShowRef15

boolean

None.

Rcv_IsCloseReceiver

boolean

None.

Rcv_DocStatus

integer

None.

Rcv_StockImgImageCode

string

None.

Rcv_StockImgImageTitle

string

None.

Rcv_StockImgChecklistImageCode

string

None.

Rcv_StockImgChecklistImageTitle

string

None.

Tkt_StockImgImageCode

string

None.

Tkt_StockImgImageTitle

string

None.

Tkt_StockImgChecklistImageCode

string

None.

Tkt_StockImgChecklistImageTitle

string

None.

VendorPricing_TestEmailMode

boolean

None.

VendorPricing_TestEmailCount

integer

None.

VendorPricing_TestEmailRecipient

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CompanyCode": "sample string 1",
  "Rcv_WHCODE": "sample string 2",
  "Rcv_Location": "sample string 3",
  "Rcv_IsShowRef1": true,
  "Rcv_IsShowRef2": true,
  "Rcv_IsShowRef3": true,
  "Rcv_IsShowRef4": true,
  "Rcv_IsShowRef5": true,
  "Rcv_IsShowRef6": true,
  "Rcv_IsShowRef7": true,
  "Rcv_IsShowRef8": true,
  "Rcv_IsShowRef9": true,
  "Rcv_IsShowRef10": true,
  "Rcv_IsShowRef11": true,
  "Rcv_IsShowRef12": true,
  "Rcv_IsShowRef13": true,
  "Rcv_IsShowRef14": true,
  "Rcv_IsShowRef15": true,
  "Rcv_IsCloseReceiver": true,
  "Rcv_DocStatus": 20,
  "Rcv_StockImgImageCode": "sample string 21",
  "Rcv_StockImgImageTitle": "sample string 22",
  "Rcv_StockImgChecklistImageCode": "sample string 23",
  "Rcv_StockImgChecklistImageTitle": "sample string 24",
  "Tkt_StockImgImageCode": "sample string 25",
  "Tkt_StockImgImageTitle": "sample string 26",
  "Tkt_StockImgChecklistImageCode": "sample string 27",
  "Tkt_StockImgChecklistImageTitle": "sample string 28",
  "VendorPricing_TestEmailMode": true,
  "VendorPricing_TestEmailCount": 1,
  "VendorPricing_TestEmailRecipient": "sample string 30"
}

application/xml, text/xml

Sample:
<XS_CompanySetup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
  <CompanyCode>sample string 1</CompanyCode>
  <Rcv_DocStatus>20</Rcv_DocStatus>
  <Rcv_IsCloseReceiver>true</Rcv_IsCloseReceiver>
  <Rcv_IsShowRef1>true</Rcv_IsShowRef1>
  <Rcv_IsShowRef10>true</Rcv_IsShowRef10>
  <Rcv_IsShowRef11>true</Rcv_IsShowRef11>
  <Rcv_IsShowRef12>true</Rcv_IsShowRef12>
  <Rcv_IsShowRef13>true</Rcv_IsShowRef13>
  <Rcv_IsShowRef14>true</Rcv_IsShowRef14>
  <Rcv_IsShowRef15>true</Rcv_IsShowRef15>
  <Rcv_IsShowRef2>true</Rcv_IsShowRef2>
  <Rcv_IsShowRef3>true</Rcv_IsShowRef3>
  <Rcv_IsShowRef4>true</Rcv_IsShowRef4>
  <Rcv_IsShowRef5>true</Rcv_IsShowRef5>
  <Rcv_IsShowRef6>true</Rcv_IsShowRef6>
  <Rcv_IsShowRef7>true</Rcv_IsShowRef7>
  <Rcv_IsShowRef8>true</Rcv_IsShowRef8>
  <Rcv_IsShowRef9>true</Rcv_IsShowRef9>
  <Rcv_Location>sample string 3</Rcv_Location>
  <Rcv_StockImgChecklistImageCode>sample string 23</Rcv_StockImgChecklistImageCode>
  <Rcv_StockImgChecklistImageTitle>sample string 24</Rcv_StockImgChecklistImageTitle>
  <Rcv_StockImgImageCode>sample string 21</Rcv_StockImgImageCode>
  <Rcv_StockImgImageTitle>sample string 22</Rcv_StockImgImageTitle>
  <Rcv_WHCODE>sample string 2</Rcv_WHCODE>
  <Tkt_StockImgChecklistImageCode>sample string 27</Tkt_StockImgChecklistImageCode>
  <Tkt_StockImgChecklistImageTitle>sample string 28</Tkt_StockImgChecklistImageTitle>
  <Tkt_StockImgImageCode>sample string 25</Tkt_StockImgImageCode>
  <Tkt_StockImgImageTitle>sample string 26</Tkt_StockImgImageTitle>
  <VendorPricing_TestEmailCount>1</VendorPricing_TestEmailCount>
  <VendorPricing_TestEmailMode>true</VendorPricing_TestEmailMode>
  <VendorPricing_TestEmailRecipient>sample string 30</VendorPricing_TestEmailRecipient>
</XS_CompanySetup>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.