PUT api/Garments/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
garment| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| sport_id | integer |
None. |
|
| fit_id | integer |
None. |
|
| product_id | integer |
None. |
|
| design_id | integer |
None. |
|
| company_id | integer |
None. |
|
| package_id | integer |
None. |
|
| customer_id | integer |
None. |
|
| mascot_id | integer |
None. |
|
| artwork_id | integer |
None. |
|
| fabricstyles_id | integer |
None. |
|
| images | Collection of byte |
None. |
|
| logo | Collection of byte |
None. |
|
| svgimage | string |
None. |
|
| front | string |
None. |
|
| back | string |
None. |
|
| modeljson | string |
None. |
|
| roster | string |
None. |
|
| guestemail | string |
None. |
|
| notes | string |
None. |
|
| status | integer |
None. |
|
| created_at | date |
None. |
|
| created_by | string |
None. |
|
| modified_at | date |
None. |
|
| modified_by | string |
None. |
|
| company_category_id | integer |
None. |
|
| company | company |
None. |
|
| company_category | company_category |
None. |
|
| customers | Collection of customer |
None. |
|
| design | design |
None. |
|
| fabricstyle | fabricstyle |
None. |
|
| fit | fit |
None. |
|
| product | product |
None. |
|
| sport | sport |
None. |
|
| orders | Collection of order |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.