You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/models/components/accountingdepartment.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ let value: AccountingDepartment = {
16
16
name: "SpaceX",
17
17
},
18
18
],
19
+
code: "123",
19
20
rowVersion: "1-12345",
20
21
updatedBy: "12345",
21
22
createdBy: "12345",
@@ -48,6 +49,7 @@ let value: AccountingDepartment = {
48
49
|`name`|*string*|:heavy_minus_sign:| The name of the department. | Sales |
49
50
|`status`|[components.DepartmentStatus](../../models/components/departmentstatus.md)|:heavy_minus_sign:| Based on the status some functionality is enabled or disabled. | active |
|`code`|*string*|:heavy_minus_sign:| The code of the department. | 123 |
51
53
|`customMappings`|[components.CustomMappings](../../models/components/custommappings.md)|:heavy_minus_sign:| When custom mappings are configured on the resource, the result is included here. ||
52
54
|`rowVersion`|*string*|:heavy_minus_sign:| A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | 1-12345 |
53
55
|`updatedBy`|*string*|:heavy_minus_sign:| The user who last updated the object. | 12345 |
Copy file name to clipboardExpand all lines: docs/models/components/accountingdepartmentinput.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ let value: AccountingDepartmentInput = {
14
14
name: "SpaceX",
15
15
},
16
16
],
17
+
code: "123",
17
18
rowVersion: "1-12345",
18
19
passThrough: [
19
20
{
@@ -41,5 +42,6 @@ let value: AccountingDepartmentInput = {
41
42
|`name`|*string*|:heavy_minus_sign:| The name of the department. | Sales |
42
43
|`status`|[components.DepartmentStatus](../../models/components/departmentstatus.md)|:heavy_minus_sign:| Based on the status some functionality is enabled or disabled. | active |
|`code`|*string*|:heavy_minus_sign:| The code of the department. | 123 |
44
46
|`rowVersion`|*string*|:heavy_minus_sign:| A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. | 1-12345 |
45
47
|`passThrough`|[components.PassThroughBody](../../models/components/passthroughbody.md)[]|:heavy_minus_sign:| The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources. ||
0 commit comments