POST api/AccountAccountAssociationv
Request Information
URI Parameters
None.
Body Parameters
AccountAccountAssociationv| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountAccountAssociationvId | integer |
None. |
|
| AccountvId | integer |
None. |
|
| AssociateAccountId | integer |
None. |
|
| AssociateAccountName | string |
None. |
|
| CreatedDate | date |
Data type: DateTime |
|
| CreatedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountAccountAssociationvId": 1,
"AccountvId": 2,
"AssociateAccountId": 3,
"AssociateAccountName": "sample string 4",
"CreatedDate": "2025-12-08T01:54:06.1113505+05:30",
"CreatedBy": "sample string 6"
}
application/xml, text/xml
Sample:
<AccountAccountAssociationv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities.VirtualEntities"> <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">sample string 6</CreatedBy> <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">2025-12-08T01:54:06.1113505+05:30</CreatedDate> <AccountAccountAssociationvId>1</AccountAccountAssociationvId> <AccountvId>2</AccountvId> <AssociateAccountId>3</AssociateAccountId> <AssociateAccountName>sample string 4</AssociateAccountName> </AccountAccountAssociationv>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |