POST OrgCtrl/SetOrganisation
Request Information
URI Parameters
None.
Body Parameters
OrganisationDtoAltName | Description | Type | Additional information |
---|---|---|---|
ORG_ID | integer |
None. |
|
ORG_LIBELLE | string |
None. |
|
ORG_DESC | string |
None. |
|
ORG_TYPE | integer |
None. |
|
ORG_SIMU_TOTAL | integer |
None. |
|
ORG_SIMU_USED | integer |
None. |
|
ADR_ID | integer |
None. |
|
ADR_ADRESSE_1 | string |
None. |
|
ADR_CP | string |
None. |
|
ADR_VILLE | string |
None. |
|
PYS_CODE | string |
None. |
|
USR_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ORG_ID": 1, "ORG_LIBELLE": "sample string 1", "ORG_DESC": "sample string 2", "ORG_TYPE": 1, "ORG_SIMU_TOTAL": 1, "ORG_SIMU_USED": 1, "ADR_ID": 1, "ADR_ADRESSE_1": "sample string 3", "ADR_CP": "sample string 4", "ADR_VILLE": "sample string 5", "PYS_CODE": "sample string 6", "USR_ID": 1 }
application/xml, text/xml
Sample:
<OrganisationDtoAlt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api.Models"> <ADR_ADRESSE_1>sample string 3</ADR_ADRESSE_1> <ADR_CP>sample string 4</ADR_CP> <ADR_ID>1</ADR_ID> <ADR_VILLE>sample string 5</ADR_VILLE> <ORG_DESC>sample string 2</ORG_DESC> <ORG_ID>1</ORG_ID> <ORG_LIBELLE>sample string 1</ORG_LIBELLE> <ORG_SIMU_TOTAL>1</ORG_SIMU_TOTAL> <ORG_SIMU_USED>1</ORG_SIMU_USED> <ORG_TYPE>1</ORG_TYPE> <PYS_CODE>sample string 6</PYS_CODE> <USR_ID>1</USR_ID> </OrganisationDtoAlt>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OrganisationDtoAltName | Description | Type | Additional information |
---|---|---|---|
ORG_ID | integer |
None. |
|
ORG_LIBELLE | string |
None. |
|
ORG_DESC | string |
None. |
|
ORG_TYPE | integer |
None. |
|
ORG_SIMU_TOTAL | integer |
None. |
|
ORG_SIMU_USED | integer |
None. |
|
ADR_ID | integer |
None. |
|
ADR_ADRESSE_1 | string |
None. |
|
ADR_CP | string |
None. |
|
ADR_VILLE | string |
None. |
|
PYS_CODE | string |
None. |
|
USR_ID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "ORG_ID": 1, "ORG_LIBELLE": "sample string 1", "ORG_DESC": "sample string 2", "ORG_TYPE": 1, "ORG_SIMU_TOTAL": 1, "ORG_SIMU_USED": 1, "ADR_ID": 1, "ADR_ADRESSE_1": "sample string 3", "ADR_CP": "sample string 4", "ADR_VILLE": "sample string 5", "PYS_CODE": "sample string 6", "USR_ID": 1 }
application/xml, text/xml
Sample:
<OrganisationDtoAlt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api.Models"> <ADR_ADRESSE_1>sample string 3</ADR_ADRESSE_1> <ADR_CP>sample string 4</ADR_CP> <ADR_ID>1</ADR_ID> <ADR_VILLE>sample string 5</ADR_VILLE> <ORG_DESC>sample string 2</ORG_DESC> <ORG_ID>1</ORG_ID> <ORG_LIBELLE>sample string 1</ORG_LIBELLE> <ORG_SIMU_TOTAL>1</ORG_SIMU_TOTAL> <ORG_SIMU_USED>1</ORG_SIMU_USED> <ORG_TYPE>1</ORG_TYPE> <PYS_CODE>sample string 6</PYS_CODE> <USR_ID>1</USR_ID> </OrganisationDtoAlt>