The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/Customers HTTP/1.1
Host: 5.172.198.40
Content-Type: text/jsv
Content-Length: length
{
IDs:
[
String
],
RevisionNumber: 0,
WebScenID: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
[
{
TraderID: String,
CurrencyID: String,
CommentText1: String,
CommentText2: String,
KepyoLiability: 0,
CustomerSites:
[
{
CustomerID: String,
VATStatusEnum: 0,
PricelistID: String,
TasksParticipationEnum: 0,
Phone1: String,
Phone2: String,
Fax: String,
DiscountPercent: 0,
AgencyID: String,
Comment: String,
Email: String,
WebSite: String,
TraderSiteID: String,
IsPrimary: 0,
Street: String,
StreetNumber: String,
PostalCode: String,
CityID: String,
PrefectureID: String,
CountryID: String,
CompanyID: String,
ID: String,
Code: String,
Description: String,
RevisionNumber: 0
}
],
CompanyID: String,
ID: String,
Code: String,
Description: String,
RevisionNumber: 0
}
]