POST Entegrasyon/TadilatUyelik
Request Information
URI Parameters
None.
Body Parameters
TadilatSepetiUyelik| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
None. |
|
| PackageID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": 1,
"PackageID": 2
}
application/xml, text/xml
Sample:
<EntegrasyonController.TadilatSepetiUyelik xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIMuhasebe.Controllers"> <PackageID>2</PackageID> <UserID>1</UserID> </EntegrasyonController.TadilatSepetiUyelik>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>