PUT api/APISalesDocumentPermissions/{GroupName}/{Sales_Doc_Type}/{Sales_Doc_Id}
Update APISalesDocumentPermissions objects
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
GroupName | No documentation available. |
Define this parameter in the request URI. |
Sales_Doc_Type | No documentation available. |
Define this parameter in the request URI. |
Sales_Doc_Id | No documentation available. |
Define this parameter in the request URI. |
pAPISalesDocumentPermissions | No documentation available. |
None. |
Request body formats
application/json, text/json
Sample:
{ "GroupName": "sample string 1", "Sales_Doc_Type": "sample string 2", "Sales_Doc_Id": "sample string 3", "Enabled": true, "UserFieldData": [ {}, {}, {} ], "UserFieldNames": [ "sample string 1", "sample string 2", "sample string 3" ], "Notifications": null }
Response Information
Response body formats
application/json, text/json
Sample:
{ "GroupName": "sample string 1", "Sales_Doc_Type": "sample string 2", "Sales_Doc_Id": "sample string 3", "Enabled": true, "UserFieldData": [ {}, {}, {} ], "UserFieldNames": [ "sample string 1", "sample string 2", "sample string 3" ], "Notifications": null }