Trendsic Platform Service

<back to all web services

BusinessCardStatusRequest

Requires Authentication
The following routes are available for this service:
GET,OPTIONS/v1/BusinessCardStatus
BusinessCardStatusRequest Parameters:
NameParameterData TypeRequiredDescription
BusinessCardqueryList<BusinessCard>No
BusinessCard Parameters:
NameParameterData TypeRequiredDescription
CardIdformintNo
AgentIdformintNo
NumRowsformshortNo
NameformstringNo
TitleformstringNo
PhoneformstringNo
FaxformstringNo
CellformstringNo
EmailformstringNo
AddressformstringNo
LicenseformstringNo
SubmittedDateformDateTime?No
OrderedDateformDateTime?No
ProofApprovedDateformDateTime?No
AdminApprovedformstringNo
AdminApprovedDateformDateTime?No
QuantityformintNo
NotesformstringNo
ShippingAddressIdformintNo
BusinessCardFrontTypeIdformintNo
BusinessCardBackTypeIdformintNo
ArtURLformstringNo
OrderedURLformstringNo
OrderedAddressformAddressNo
OrderedUserformstringNo
Address Parameters:
NameParameterData TypeRequiredDescription
IDformintNo
AddressTypeIDformbyteNo
AddressContactformstringNo
AttentionToformstringNo
AddressLine1formstringNo
AddressLine2formstringNo
AddressLine3formstringNo
AddressCityformstringNo
AddressStateformstringNo
AddressZipformstringNo
AddressCountryformstringNo
PhoneNumberformstringNo
FaxNumberformstringNo
UIDformGuidNo
NameformstringNo
BusinessCardResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
BusinessCardformList<BusinessCard>No

To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other

HTTP + OTHER

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /v1/BusinessCardStatus HTTP/1.1 
Host: api.dev.dynamics.trendsic.com 
Accept: text/jsonl
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"BusinessCard":[{"CardId":0,"AgentId":0,"NumRows":0,"Name":"String","Title":"String","Phone":"String","Fax":"String","Cell":"String","Email":"String","Address":"String","License":"String","SubmittedDate":"0001-01-01T00:00:00.0000000","OrderedDate":"0001-01-01T00:00:00.0000000","ProofApprovedDate":"0001-01-01T00:00:00.0000000","AdminApproved":"String","AdminApprovedDate":"0001-01-01T00:00:00.0000000","Quantity":0,"Notes":"String","ShippingAddressId":0,"BusinessCardFrontTypeId":0,"BusinessCardBackTypeId":0,"ArtURL":"String","OrderedURL":"String","OrderedAddress":{"ID":0,"AddressTypeID":0,"AddressContact":"String","AttentionTo":"String","AddressLine1":"String","AddressLine2":"String","AddressLine3":"String","AddressCity":"String","AddressState":"String","AddressZip":"String","AddressCountry":"String","PhoneNumber":"String","FaxNumber":"String","UID":"00000000000000000000000000000000","Name":"String"},"OrderedUser":"String"}]}