POST api/AccountService?quote={quote}&accountServiceId={accountServiceId}&accountId={accountId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
quote

string

Required

accountServiceId

string

Required

accountId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Entity
NameDescriptionTypeAdditional 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": "afc8444a-1413-4b52-bfd2-f7668d5a6275",
    "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>afc8444a-1413-4b52-bfd2-f7668d5a6275</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>