The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /json/reply/SlotDistrictOtherVendorChangeRequest HTTP/1.1
Host: api5.appreciationfinancial.com
Content-Type: application/json
Content-Length: length
{"OtherVendorID":0,"SlotDistrictID":0,"VendorTypeID":0}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String"}]},"Success":false,"OtherVendors":[{"ID":0,"CommonName":"String","FullName":"String","Phone":"String","URL":"String","VendorType":"String","Name":"String"}]}