POST api/PlaceOfSupply/SyncAllPlaceOfSupply

Request Information

URI Parameters

None.

Body Parameters

Collection of PlaceOfSupply
NameDescriptionTypeAdditional information
PLS_Uid

string

None.

PLS_Id

integer

None.

PLS_Name

string

None.

PLS_Active

boolean

None.

PLS_LicenceKey

string

None.

PLS_CreatedOn

date

None.

PLS_Createdby

string

None.

PLS_ModifiedOn

date

None.

PLS_ModifiedBy

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "PLS_Uid": "sample string 1",
    "PLS_Id": 2,
    "PLS_Name": "sample string 3",
    "PLS_Active": true,
    "PLS_LicenceKey": "sample string 5",
    "PLS_CreatedOn": "2025-12-26T01:29:11.1663981+05:30",
    "PLS_Createdby": "sample string 7",
    "PLS_ModifiedOn": "2025-12-26T01:29:11.1663981+05:30",
    "PLS_ModifiedBy": "sample string 9"
  },
  {
    "PLS_Uid": "sample string 1",
    "PLS_Id": 2,
    "PLS_Name": "sample string 3",
    "PLS_Active": true,
    "PLS_LicenceKey": "sample string 5",
    "PLS_CreatedOn": "2025-12-26T01:29:11.1663981+05:30",
    "PLS_Createdby": "sample string 7",
    "PLS_ModifiedOn": "2025-12-26T01:29:11.1663981+05:30",
    "PLS_ModifiedBy": "sample string 9"
  }
]

application/xml, text/xml

Sample:
<ArrayOfPlaceOfSupply xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XeniaReport.Models">
  <PlaceOfSupply>
    <PLS_Active>true</PLS_Active>
    <PLS_CreatedOn>2025-12-26T01:29:11.1663981+05:30</PLS_CreatedOn>
    <PLS_Createdby>sample string 7</PLS_Createdby>
    <PLS_Id>2</PLS_Id>
    <PLS_LicenceKey>sample string 5</PLS_LicenceKey>
    <PLS_ModifiedBy>sample string 9</PLS_ModifiedBy>
    <PLS_ModifiedOn>2025-12-26T01:29:11.1663981+05:30</PLS_ModifiedOn>
    <PLS_Name>sample string 3</PLS_Name>
    <PLS_Uid>sample string 1</PLS_Uid>
  </PlaceOfSupply>
  <PlaceOfSupply>
    <PLS_Active>true</PLS_Active>
    <PLS_CreatedOn>2025-12-26T01:29:11.1663981+05:30</PLS_CreatedOn>
    <PLS_Createdby>sample string 7</PLS_Createdby>
    <PLS_Id>2</PLS_Id>
    <PLS_LicenceKey>sample string 5</PLS_LicenceKey>
    <PLS_ModifiedBy>sample string 9</PLS_ModifiedBy>
    <PLS_ModifiedOn>2025-12-26T01:29:11.1663981+05:30</PLS_ModifiedOn>
    <PLS_Name>sample string 3</PLS_Name>
    <PLS_Uid>sample string 1</PLS_Uid>
  </PlaceOfSupply>
</ArrayOfPlaceOfSupply>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.