Creates an Agency object.
The request body is of type http://www.FatTail.com/api:CreateAgency.
Request Body Parameters
Name | Description | Data Type |
agency | Agency object to create. | Agency |
Overview
 |
 |
Sequence
 |
 |
Sequence
 |
Address optional xs:string
Number and street.
|
 |
City optional xs:string
City element of the address.
|
 |
Country optional xs:string
Country element of the address.
|
 |
ExternalID optional xs:string
Third party system ID used for mapping external entities to AdBook clients and agencies.
|
 |
Fax optional xs:string
Fax number for the client or agency.
|
 |
Name xs:string
Name of the account entity.
|
 |
Notes optional xs:string
Free form text field assigned to the account.
|
 |
Phone optional xs:string
Phone number of the account.
|
 |
PostalCode optional xs:string
Postal code for the account address.
|
 |
State optional xs:string
State the account resides in.
|
 |
URL optional xs:string
URL for the account.
|
 |
CRMID optional xs:string
Mapping ID for a CRM entity if the Agency is associated with an entity in a CRM system.
|
 |
IsCreditRisk optional xs:boolean
Flag to indicate credit status of the Agency.
|
 |
AgencyID optional xs:long
Primary key for the Agency.
|
 |
CustomerCode optional xs:string
Third party system ID. Usually used for mapping an Agency to the appropriate entity in a billing/invoicing system.
|
 |
ParentAgencyID optional xs:long
Reference to the parent company of the Agency. This will be the AgencyID of another Agency.
|
 |
 |
Sequence
 |
 |
Sequence
 |
Value optional xs:string
Value being assigned to the dynamic property. The format of the value depends on the type specified in the DynamicProperty definition.
| | | | | | | | |
The response body is of type http://www.FatTail.com/api:CreateAgencyResponse.
Response Body Parameters
Name | Description | Data Type |
CreateAgencyResult | Result information for the create operation. | Agency |
Overview
 |
 |
Sequence
 |
 |
Sequence
 |
Address optional xs:string
Number and street.
|
 |
City optional xs:string
City element of the address.
|
 |
Country optional xs:string
Country element of the address.
|
 |
ExternalID optional xs:string
Third party system ID used for mapping external entities to AdBook clients and agencies.
|
 |
Fax optional xs:string
Fax number for the client or agency.
|
 |
Name xs:string
Name of the account entity.
|
 |
Notes optional xs:string
Free form text field assigned to the account.
|
 |
Phone optional xs:string
Phone number of the account.
|
 |
PostalCode optional xs:string
Postal code for the account address.
|
 |
State optional xs:string
State the account resides in.
|
 |
URL optional xs:string
URL for the account.
|
 |
CRMID optional xs:string
Mapping ID for a CRM entity if the Agency is associated with an entity in a CRM system.
|
 |
IsCreditRisk optional xs:boolean
Flag to indicate credit status of the Agency.
|
 |
AgencyID optional xs:long
Primary key for the Agency.
|
 |
CustomerCode optional xs:string
Third party system ID. Usually used for mapping an Agency to the appropriate entity in a billing/invoicing system.
|
 |
ParentAgencyID optional xs:long
Reference to the parent company of the Agency. This will be the AgencyID of another Agency.
|
 |
 |
Sequence
 |
 |
Sequence
 |
Value optional xs:string
Value being assigned to the dynamic property. The format of the value depends on the type specified in the DynamicProperty definition.
| | | | | | | | |