The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /json/reply/AccountGet HTTP/1.1
Host: pbspartnerhubv10apps-dpbcbtbuanbyccby.westus-01.azurewebsites.net
Content-Type: application/json
Content-Length: length
{"SerialNumber":"String","Code":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"Accounts":[{"Id":"string/string","SerialNumber":"String","Code":"String","Description":"String","ControlType":"String","AccountType":"String","Department":"String","Inactive":false,"LastUpdate":"0001-01-01T00:00:00.0000000Z"}]}