POST api/AccountService?quote={quote}&accountServiceId={accountServiceId}&accountId={accountId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| quote | string |
Required |
|
| accountServiceId | string |
Required |
|
| accountId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Entity| Name | Description | Type | Additional information |
|---|---|---|---|
| LogicalName | string |
None. |
|
| Id | globally unique identifier |
None. |
|
| Attributes | Collection of Object |
None. |
|
| EntityState | EntityState |
None. |
|
| FormattedValues | Collection of Object |
None. |
|
| RelatedEntities | Collection of Object |
None. |
|
| RowVersion | string |
None. |
|
| KeyAttributes | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
[
null,
{
"LogicalName": "sample string 1",
"Id": "7b69c152-b1a8-455b-909f-42fd193bccd1",
"Attributes": [],
"EntityState": 0,
"FormattedValues": [],
"RelatedEntities": [],
"RowVersion": "sample string 3",
"KeyAttributes": []
}
]
application/xml, text/xml
Sample:
<ArrayOfEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts">
<Entity i:nil="true" />
<Entity>
<Attributes xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />
<EntityState>Unchanged</EntityState>
<FormattedValues xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />
<Id>7b69c152-b1a8-455b-909f-42fd193bccd1</Id>
<KeyAttributes xmlns:d3p1="http://schemas.microsoft.com/xrm/7.1/Contracts" xmlns:d3p2="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />
<LogicalName>sample string 1</LogicalName>
<RelatedEntities xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />
<RowVersion>sample string 3</RowVersion>
</Entity>
</ArrayOfEntity>