{
	"info": {
		"_postman_id": "1e2d68dd-0eca-4524-b372-a51e1c6c203a",
		"name": "edwin-erp",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "23422533"
	},
	"item": [
		{
			"name": "Departments",
			"item": [
				{
					"name": "Employees",
					"item": [
						{
							"name": "Create",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "karyawan[]",
											"value": "1",
											"description": "employee_id",
											"type": "text"
										},
										{
											"key": "karyawan[]",
											"value": "2",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{url}}/department_employees/1",
									"host": [
										"{{url}}"
									],
									"path": [
										"department_employees",
										"1"
									]
								}
							},
							"response": []
						},
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disableBodyPruning": true,
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{url}}/department_employees/1?nama=1",
									"host": [
										"{{url}}"
									],
									"path": [
										"department_employees",
										"1"
									],
									"query": [
										{
											"key": "id",
											"value": "1",
											"disabled": true
										},
										{
											"key": "kode",
											"value": "EMP-00001",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "nama",
											"value": "1",
											"description": "position_name"
										},
										{
											"key": "posisi",
											"value": "1",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "posisi",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete",
							"request": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/department_employees/1?karyawan[]=1&karyawan[]=2",
									"host": [
										"{{url}}"
									],
									"path": [
										"department_employees",
										"1"
									],
									"query": [
										{
											"key": "karyawan[]",
											"value": "1",
											"description": "group_id"
										},
										{
											"key": "karyawan[]",
											"value": "2"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Available Employees (Update)",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/department_employees_available_employees_update/1",
									"host": [
										"{{url}}"
									],
									"path": [
										"department_employees_available_employees_update",
										"1"
									],
									"query": [
										{
											"key": "id",
											"value": "1",
											"disabled": true
										},
										{
											"key": "kode",
											"value": "EMP-00001",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "departemen",
											"value": "a",
											"disabled": true
										},
										{
											"key": "posisi",
											"value": "1",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "departemen",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "posisi",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "nama",
											"value": "EMP3",
											"disabled": true
										}
									]
								},
								"description": "List of available groups that can be be added to the user in user update form."
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "nama",
									"value": "Departemen 5",
									"description": "required|min:2|max:100",
									"type": "text"
								},
								{
									"key": "deskripsi",
									"value": "Deskripsi 5",
									"description": "max:255",
									"type": "text"
								},
								{
									"key": "karyawan[]",
									"value": "1",
									"type": "text",
									"disabled": true
								},
								{
									"key": "karyawan[]",
									"value": "2",
									"type": "text",
									"disabled": true
								}
							]
						},
						"url": {
							"raw": "{{url}}/departments",
							"host": [
								"{{url}}"
							],
							"path": [
								"departments"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/departments?limit=2&nama=1",
							"host": [
								"{{url}}"
							],
							"path": [
								"departments"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "D-00001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2"
								},
								{
									"key": "nama",
									"value": "1"
								},
								{
									"key": "deskripsi",
									"value": "d",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "deskripsi",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Select",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/select_departments",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_departments"
							],
							"query": [
								{
									"key": "kode",
									"value": "D-00001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "12",
									"disabled": true
								},
								{
									"key": "deskripsi",
									"value": "d",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "deskripsi",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "nama",
									"value": "Departemen 2",
									"description": "required|min:2|max:100",
									"type": "text"
								},
								{
									"key": "deskripsi",
									"value": "Deskripsi 2",
									"description": "max:255",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/departments/2",
							"host": [
								"{{url}}"
							],
							"path": [
								"departments",
								"2"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/departments/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"departments",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Department Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/get_new_department_code",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_department_code"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				}
			],
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "Positions",
			"item": [
				{
					"name": "Employees",
					"item": [
						{
							"name": "Create",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "karyawan[]",
											"value": "EMP-00001",
											"description": "employee_id",
											"type": "text"
										},
										{
											"key": "karyawan[]",
											"value": "EMP-00002",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{url}}/position_employees/P-00001",
									"host": [
										"{{url}}"
									],
									"path": [
										"position_employees",
										"P-00001"
									]
								}
							},
							"response": []
						},
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disableBodyPruning": true,
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "{{bearer_token}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{url}}/position_employees/P-00001",
									"host": [
										"{{url}}"
									],
									"path": [
										"position_employees",
										"P-00001"
									],
									"query": [
										{
											"key": "id",
											"value": "1",
											"disabled": true
										},
										{
											"key": "kode",
											"value": "EMP-00001",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "nama",
											"value": "1",
											"disabled": true
										},
										{
											"key": "departemen",
											"value": "a",
											"disabled": true
										},
										{
											"key": "posisi",
											"value": "1",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "departemen",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "posisi",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete",
							"request": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/position_employees/P-00001?karyawan[]=EMP-00001&karyawan[]=EMP-00002",
									"host": [
										"{{url}}"
									],
									"path": [
										"position_employees",
										"P-00001"
									],
									"query": [
										{
											"key": "karyawan[]",
											"value": "EMP-00001",
											"description": "employee_id"
										},
										{
											"key": "karyawan[]",
											"value": "EMP-00002"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Available Employees (Update)",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "{{bearer_token}}",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/position_employees_available_employees_update/P-00001",
									"host": [
										"{{url}}"
									],
									"path": [
										"position_employees_available_employees_update",
										"P-00001"
									],
									"query": [
										{
											"key": "id",
											"value": "1",
											"disabled": true
										},
										{
											"key": "kode",
											"value": "EMP-00001",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "nama",
											"value": "1",
											"disabled": true
										},
										{
											"key": "departemen",
											"value": "a",
											"disabled": true
										},
										{
											"key": "posisi",
											"value": "1",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "departemen",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "posisi",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										}
									]
								},
								"description": "List of available groups that can be be added to the user in user update form."
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "nama",
									"value": "Posisi 5",
									"description": "required|min:2|max:100",
									"type": "text"
								},
								{
									"key": "deskripsi",
									"value": "Deskripsi 5",
									"description": "max:255",
									"type": "text"
								},
								{
									"key": "karyawan[]",
									"value": "1",
									"type": "text",
									"disabled": true
								},
								{
									"key": "karyawan[]",
									"value": "2",
									"type": "text",
									"disabled": true
								}
							]
						},
						"url": {
							"raw": "{{url}}/positions",
							"host": [
								"{{url}}"
							],
							"path": [
								"positions"
							]
						}
					},
					"response": []
				},
				{
					"name": "Batch Create",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "nama[]",
									"value": "P1",
									"description": "required|min:2|max:100",
									"type": "text"
								},
								{
									"key": "nama[]",
									"value": "P2",
									"type": "text"
								},
								{
									"key": "nama[]",
									"value": "P3",
									"type": "text"
								},
								{
									"key": "nama[]",
									"value": "P4",
									"type": "text"
								},
								{
									"key": "deskripsi[]",
									"value": "p1",
									"type": "text"
								},
								{
									"key": "deskripsi[]",
									"value": "p2",
									"description": "max:255",
									"type": "text"
								},
								{
									"key": "deskripsi[]",
									"value": "p3",
									"type": "text"
								},
								{
									"key": "deskripsi[]",
									"value": "p4",
									"type": "text"
								},
								{
									"key": "nama[]",
									"value": "",
									"type": "text"
								},
								{
									"key": "deskripsi[]",
									"value": "",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/batch_positions",
							"host": [
								"{{url}}"
							],
							"path": [
								"batch_positions"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/positions",
							"host": [
								"{{url}}"
							],
							"path": [
								"positions"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"description": "All fields nullable.",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "P-00002",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "deskripsi",
									"value": "d",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "deskripsi",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Select",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiMzA1MjlmNTg0MGNkZTQyZTFiYTNmZTFhMjQ2MWE0Njk1OThiNmEyYWQwZWI1Y2QxMjlhZmU2MTFlYWE1NTNiMmQyMTI0Yzg1ZjI4YzNlNWUiLCJpYXQiOjE2NTc1OTIwMzAuODc1MTY4LCJuYmYiOjE2NTc1OTIwMzAuODc1MTcxLCJleHAiOjE2ODkxMjgwMzAuODAzNjk3LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.Wpxl5cutzNlz2y2RDQ-p2YfGnh7rTA_uVfKS31CAV7DR00xR3LeoyeT6Qzo738Y7xIxXaa5lZD7SKZd_9OuvSXvRHjiKMUis5BtkLRhm2ClNVm_myHm7oppKZlKeTuKZEMSdsIchqk7xsJWLL_n872AGfXuh9wHRwprYWU_QyYcgx9jP__uno3po6BYGPMXf2t1TuCF99sES1PpNx9ZOG-KAtyzQC5XhoAA-woX4EtT33kgnxvHsqvVWSK1wiN4n1smS39h3KDaXX2yxswKt3myRiEvUuiZgChDMJqt6riQFG1qlDPLLg5Ihtd3iQ9d341bAy9jvjC-mzyDbcMbbUuLY17KB52g-1AufSrXbFqCTqgxhZGSLYOTJjH8pKOEu7zAlke24AJ7L70C-orhNUXMXcKodmYB2iBpTy_D7ZnBi7koQZlod7WnXfl5fwDNfNeeia-Kavo_8X4GQ43e8eqUWBBePBehFpaTCX2vnCyhaNR91dGVa-8f_6EynEjTN86aIvgTuXgKqlBWXfvp7T6JVys2hi_D3GB_wQJ8OwoU4p_Y2Q4B-UzafTMnVUWxM-EeaWIyK8makgPo6xWDHmSpvPy95UEia_xNPeKjhUPMfYc95oTlB339sdqtU806mGf2Y1YfTAplZHs0ESlz5JiKK4xpVeCfeDFb6RMR53e8",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/select_positions",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_positions"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"description": "All fields nullable.",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "P-00002",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "deskripsi",
									"value": "d",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "deskripsi",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "nama",
									"value": "NN1",
									"description": "required|min:2|max:100",
									"type": "text"
								},
								{
									"key": "deskripsi",
									"value": "DD1",
									"description": "max:255",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/positions/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"positions",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/positions/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"positions",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Position Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/get_new_position_code",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_position_code"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				}
			]
		},
		{
			"name": "Employees",
			"item": [
				{
					"name": "Warehouses",
					"item": [
						{
							"name": "Create",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "gudang[]",
											"value": "WAR-0001",
											"description": "warehouse_id",
											"type": "text"
										},
										{
											"key": "gudang[]",
											"value": "WAR-0002",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{url}}/employee_warehouses/EMP-00001",
									"host": [
										"{{url}}"
									],
									"path": [
										"employee_warehouses",
										"EMP-00001"
									]
								}
							},
							"response": []
						},
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disableBodyPruning": true,
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "{{bearer_token}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{url}}/employee_warehouses/EMP-00001",
									"host": [
										"{{url}}"
									],
									"path": [
										"employee_warehouses",
										"EMP-00001"
									],
									"query": [
										{
											"key": "id",
											"value": "1",
											"disabled": true
										},
										{
											"key": "kode",
											"value": "WAR-0001",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "nama",
											"value": "N",
											"disabled": true
										},
										{
											"key": "alamat",
											"value": "a",
											"disabled": true
										},
										{
											"key": "karyawan",
											"value": "2",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "alamat",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "karyawan",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete",
							"request": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/employee_warehouses/EMP-00001?gudang[]=WAR-0001&gudang[]=WAR-0002",
									"host": [
										"{{url}}"
									],
									"path": [
										"employee_warehouses",
										"EMP-00001"
									],
									"query": [
										{
											"key": "gudang[]",
											"value": "WAR-0001",
											"description": "warehouse_id"
										},
										{
											"key": "gudang[]",
											"value": "WAR-0002"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Available Warehouses (Update)",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "{{bearer_token}}",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/employee_warehouses_available_warehouses_update/EMP-00001",
									"host": [
										"{{url}}"
									],
									"path": [
										"employee_warehouses_available_warehouses_update",
										"EMP-00001"
									],
									"query": [
										{
											"key": "id",
											"value": "1",
											"disabled": true
										},
										{
											"key": "kode",
											"value": "WAR-0001",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "nama",
											"value": "N",
											"disabled": true
										},
										{
											"key": "alamat",
											"value": "a",
											"disabled": true
										},
										{
											"key": "karyawan",
											"value": "2",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "alamat",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "karyawan",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										}
									]
								},
								"description": "List of available groups that can be be added to the user in user update form."
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "nip",
									"value": "5",
									"description": "max:9",
									"type": "text"
								},
								{
									"key": "nama",
									"value": "Karyawan 5",
									"description": "required|min:2|max:100",
									"type": "text"
								},
								{
									"key": "inisial",
									"value": "I5",
									"description": "max:5",
									"type": "text"
								},
								{
									"key": "departemen",
									"value": "5",
									"description": "department_id",
									"type": "text"
								},
								{
									"key": "posisi",
									"value": "5",
									"description": "position_id",
									"type": "text"
								},
								{
									"key": "email",
									"value": "E5",
									"type": "text"
								},
								{
									"key": "nomor_telepon",
									"value": "5",
									"type": "text"
								},
								{
									"key": "nik",
									"value": "5",
									"type": "text"
								},
								{
									"key": "npwp",
									"value": "5",
									"type": "text"
								},
								{
									"key": "tanggal_lahir",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "tanggal_masuk",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "alamat",
									"value": "a5",
									"type": "text"
								},
								{
									"key": "kota",
									"value": "k5",
									"type": "text"
								},
								{
									"key": "kecamatan",
									"value": "kc5",
									"type": "text"
								},
								{
									"key": "kelurahan",
									"value": "kl5",
									"type": "text"
								},
								{
									"key": "kode_pos",
									"value": "5",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Active",
									"type": "text"
								},
								{
									"key": "gudang[]",
									"value": "1",
									"type": "text",
									"disabled": true
								},
								{
									"key": "gudang[]",
									"value": "2",
									"type": "text",
									"disabled": true
								}
							]
						},
						"url": {
							"raw": "{{url}}/employees",
							"host": [
								"{{url}}"
							],
							"path": [
								"employees"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/employees",
							"host": [
								"{{url}}"
							],
							"path": [
								"employees"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "EMP-00001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"description": "department_name",
									"disabled": true
								},
								{
									"key": "departemen",
									"value": "a",
									"description": "position_name",
									"disabled": true
								},
								{
									"key": "posisi",
									"value": "1",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "departemen",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "posisi",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Select",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiOWQ1M2FjNjQzMjU1ODYzMzU0MTY2NTE2YjAxYjVjOGViOGMyODA0YmYxMjBjMzk4YmQ3ODY1NzBiNmQwMGNkYmIxZTEyZjJhZTI2YTFjOTgiLCJpYXQiOjE2NTc2ODIyNTQuMTMzMDA2LCJuYmYiOjE2NTc2ODIyNTQuMTMzMDA4LCJleHAiOjE2ODkyMTgyNTQuMDU2OTY0LCJzdWIiOiJVU0VSLTAwMDAyIiwic2NvcGVzIjpbXX0.aZ5OQbjuB6LONkL5d7zke7wAg0eBQNzzMhcnUguWarxx2wkyHhrY3jp1ZXXfJtP3i8pr06EFVHnwq4FMJi544t9_ItEpGrKqRi74Eo-9kFlL-_whXuVID45hDQE7Xg_UGbA7DrW0Km-PNGTMUDWEcpLR9_uziqX6LWJsCinTJ9s-sdnz7q3D3wjl5-mfont0QB2czTomzmMFad-0j4lP4RddDXdoO9SBwBciv0wI20UVZJrslai8MQrK_0UZP5DMh4oI_o_0dI9mZ0J-Ta66-2DdlYSZ-3Tpb8q5YKW9_G9gYWC9sh_D2uzWVq20cwg3mN0oGmbQPSlBmiQ2bPCjSRBab4B8jwtWTLnstSXd-dbh3x4bB2JM9qhQ14TtNilpi9nF2b1XzLZR3yucfK5fLaDKQ9Ltu2DvMJ-Qc1Gk10wJsh68_YoPP0GiHmlhWlw96ZKbNNZhThqu-AUaB4EwPzkLyipGhcXRwcLRG--ZAUrJgEUITqCVy_cHQW7FwN5Sgew1NfUEZpU7Y48ra5sJN4cD-SfVkBN1iPTFG5wHQwVvbhcHc0XlOgXDh9pyQRmVlv012SdLEc_tzfB1DEA5EWZS3TRyKLS2udKUPqPozQoe6bfn1jUJxCWmg9vjADKhotAMdPiNyLn5bAudI_knEcoxfkh6qiOm3age9KTmtEc",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/select_employees",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_employees"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "EMP-00001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"description": "department_name",
									"disabled": true
								},
								{
									"key": "departemen",
									"value": "a",
									"description": "position_name",
									"disabled": true
								},
								{
									"key": "posisi",
									"value": "1",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "departemen",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "posisi",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "nip",
									"value": "11",
									"description": "required|min:2|max:20",
									"type": "text"
								},
								{
									"key": "nama",
									"value": "N11",
									"description": "required|min:2|max:250",
									"type": "text"
								},
								{
									"key": "inisial",
									"value": "I11",
									"description": "max:9",
									"type": "text"
								},
								{
									"key": "departemen",
									"value": "2",
									"description": "department_id",
									"type": "text"
								},
								{
									"key": "posisi",
									"value": "2",
									"description": "position_id",
									"type": "text"
								},
								{
									"key": "email",
									"value": "e11",
									"type": "text"
								},
								{
									"key": "nomor_telepon",
									"value": "11",
									"type": "text"
								},
								{
									"key": "nik",
									"value": "11",
									"type": "text"
								},
								{
									"key": "npwp",
									"value": "11",
									"type": "text"
								},
								{
									"key": "tanggal_lahir",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "tanggal_masuk",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "alamat",
									"value": "a11",
									"type": "text"
								},
								{
									"key": "kota",
									"value": "k11",
									"type": "text"
								},
								{
									"key": "kecamatan",
									"value": "kc11",
									"type": "text"
								},
								{
									"key": "kelurahan",
									"value": "kl11",
									"type": "text"
								},
								{
									"key": "kode_pos",
									"value": "11",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Active",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/employees/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"employees",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/employees/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"employees",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Employee Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/get_new_employee_code",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_employee_code"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				}
			]
		},
		{
			"name": "Users",
			"item": [
				{
					"name": "Groups",
					"item": [
						{
							"name": "Create",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "grup[]",
											"value": "1",
											"description": "group_id",
											"type": "text"
										},
										{
											"key": "grup[]",
											"value": "2",
											"type": "text",
											"disabled": true
										}
									]
								},
								"url": {
									"raw": "{{url}}/user_groups/2",
									"host": [
										"{{url}}"
									],
									"path": [
										"user_groups",
										"2"
									]
								}
							},
							"response": []
						},
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disableBodyPruning": true,
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "{{bearer_token}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{url}}/user_groups/2",
									"host": [
										"{{url}}"
									],
									"path": [
										"user_groups",
										"2"
									],
									"query": [
										{
											"key": "id",
											"value": "1",
											"disabled": true
										},
										{
											"key": "kode",
											"value": "G-00002",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "nama",
											"value": "",
											"disabled": true
										},
										{
											"key": "deskripsi",
											"value": "",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "deskripsi",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete",
							"request": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/user_groups/1?grup[]=1&grup[]=2",
									"host": [
										"{{url}}"
									],
									"path": [
										"user_groups",
										"1"
									],
									"query": [
										{
											"key": "grup[]",
											"value": "1",
											"description": "group_id"
										},
										{
											"key": "grup[]",
											"value": "2"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Available Groups (Update)",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "{{bearer_token}}",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/user_groups_available_groups_update/2",
									"host": [
										"{{url}}"
									],
									"path": [
										"user_groups_available_groups_update",
										"2"
									],
									"query": [
										{
											"key": "id",
											"value": "1",
											"disabled": true
										},
										{
											"key": "kode",
											"value": "G-00007",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "2",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "nama",
											"value": "hu",
											"disabled": true
										},
										{
											"key": "deskripsi",
											"value": "D11",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "deskripsi",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										}
									]
								},
								"description": "List of available groups that can be be added to the user in user update form."
							},
							"response": []
						},
						{
							"name": "Available Groups (Create) (X)",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "{{bearer_token}}",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/user_groups_available_groups_create",
									"host": [
										"{{url}}"
									],
									"path": [
										"user_groups_available_groups_create"
									],
									"query": [
										{
											"key": "kode",
											"value": "G-00007",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "2",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "nama",
											"value": "hu",
											"disabled": true
										},
										{
											"key": "deskripsi",
											"value": "D11",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "deskripsi",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										}
									]
								},
								"description": "StartFragment\n\nList of available groups that can be be added to the user in user create form."
							},
							"response": []
						}
					]
				},
				{
					"name": "Login",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.environment.set('token', responseBody);"
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer}}",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "username",
									"value": "admin",
									"description": "required|min:2|max:20",
									"type": "text"
								},
								{
									"key": "password",
									"value": "admin",
									"description": "required|min:2|max:250",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/login",
							"host": [
								"{{url}}"
							],
							"path": [
								"login"
							]
						}
					},
					"response": []
				},
				{
					"name": "Logged in User",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/user",
							"host": [
								"{{url}}"
							],
							"path": [
								"user"
							]
						}
					},
					"response": []
				},
				{
					"name": "Logout",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/logout",
							"host": [
								"{{url}}"
							],
							"path": [
								"logout"
							]
						}
					},
					"response": []
				},
				{
					"name": "Create",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "username",
									"value": "u6",
									"description": "required|min:2|max:20",
									"type": "text"
								},
								{
									"key": "password",
									"value": "p6",
									"description": "required|min:2|max:250",
									"type": "text"
								},
								{
									"key": "grup[]",
									"value": "1",
									"type": "text",
									"disabled": true
								},
								{
									"key": "grup[]",
									"value": "2",
									"type": "text",
									"disabled": true
								},
								{
									"key": "karyawan",
									"value": "5",
									"description": "employee_id",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/users",
							"host": [
								"{{url}}"
							],
							"path": [
								"users"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/users",
							"host": [
								"{{url}}"
							],
							"path": [
								"users"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "USER-00001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "u",
									"disabled": true
								},
								{
									"key": "username",
									"value": "a",
									"disabled": true
								},
								{
									"key": "nama_grup",
									"value": "hu",
									"description": "group_name",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "username",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama_grup",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "username",
									"value": "u5",
									"description": "required|min:2|max:20",
									"type": "text"
								},
								{
									"key": "password",
									"value": "p5",
									"description": "required|min:2|max:250",
									"type": "text"
								},
								{
									"key": "karyawan",
									"value": "1",
									"description": "max:9",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/users/5",
							"host": [
								"{{url}}"
							],
							"path": [
								"users",
								"5"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/users/2",
							"host": [
								"{{url}}"
							],
							"path": [
								"users",
								"2"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get User Access Rights",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer_token}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/get_user_access_rights",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_user_access_rights"
							],
							"query": [
								{
									"key": "grup",
									"value": "1",
									"description": "group_id",
									"disabled": true
								},
								{
									"key": "pengguna",
									"value": "1",
									"disabled": true
								},
								{
									"key": "ability_name",
									"value": "create-category",
									"disabled": true
								}
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Get New User Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/get_new_user_code",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_user_code"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				}
			],
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "Modules",
			"item": [
				{
					"name": "Menus",
					"item": [
						{
							"name": "Access Rights",
							"item": [
								{
									"name": "Create",
									"request": {
										"method": "POST",
										"header": [],
										"body": {
											"mode": "formdata",
											"formdata": [
												{
													"key": "name",
													"value": "Create Stock Adjustment",
													"description": "required|min:2|max:255",
													"type": "text"
												},
												{
													"key": "ability_name",
													"value": "delete-adjustment",
													"description": "required|min:2|max:255",
													"type": "text"
												},
												{
													"key": "ability_name_parent",
													"value": "update-adjustment",
													"description": "max:255",
													"type": "text",
													"disabled": true
												},
												{
													"key": "description",
													"value": "",
													"description": "max:255",
													"type": "text"
												}
											]
										},
										"url": {
											"raw": "{{url}}/module_menu_access_rights/1/21",
											"host": [
												"{{url}}"
											],
											"path": [
												"module_menu_access_rights",
												"1",
												"21"
											]
										}
									},
									"response": []
								},
								{
									"name": "Read",
									"protocolProfileBehavior": {
										"followOriginalHttpMethod": false,
										"disabledSystemHeaders": {
											"accept": true
										}
									},
									"request": {
										"method": "GET",
										"header": [],
										"url": {
											"raw": "{{url}}/module_menu_access_rights/1/1",
											"host": [
												"{{url}}"
											],
											"path": [
												"module_menu_access_rights",
												"1",
												"1"
											],
											"query": [
												{
													"key": "id",
													"value": "1",
													"disabled": true
												},
												{
													"key": "halaman",
													"value": "2",
													"disabled": true
												},
												{
													"key": "limit",
													"value": "2",
													"disabled": true
												}
											]
										}
									},
									"response": []
								},
								{
									"name": "Update",
									"protocolProfileBehavior": {
										"followOriginalHttpMethod": true
									},
									"request": {
										"method": "PUT",
										"header": [],
										"body": {
											"mode": "urlencoded",
											"urlencoded": [
												{
													"key": "name",
													"value": "Void Faktur Penjualan",
													"description": "required|min:2|max:255",
													"type": "text"
												},
												{
													"key": "ability_name",
													"value": "void-sales_invoice",
													"description": "required|min:2|max:255",
													"type": "text"
												},
												{
													"key": "ability_name_parent",
													"value": "void-sales_invoice",
													"description": "max:255",
													"type": "text",
													"disabled": true
												},
												{
													"key": "description",
													"value": "",
													"description": "max:255",
													"type": "text"
												}
											]
										},
										"url": {
											"raw": "{{url}}/module_menu_access_rights/1",
											"host": [
												"{{url}}"
											],
											"path": [
												"module_menu_access_rights",
												"1"
											]
										}
									},
									"response": []
								},
								{
									"name": "Delete",
									"request": {
										"method": "DELETE",
										"header": [],
										"url": {
											"raw": "{{url}}/module_menu_access_rights/1",
											"host": [
												"{{url}}"
											],
											"path": [
												"module_menu_access_rights",
												"1"
											]
										}
									},
									"response": []
								}
							]
						},
						{
							"name": "Create",
							"request": {
								"method": "POST",
								"header": [],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "name",
											"value": "Stock Adjustment",
											"description": "required|min:2|max:100",
											"type": "text"
										},
										{
											"key": "description",
											"value": "",
											"description": "max:255",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{url_staging}}/module_menus/1",
									"host": [
										"{{url_staging}}"
									],
									"path": [
										"module_menus",
										"1"
									]
								}
							},
							"response": []
						},
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"followOriginalHttpMethod": false
							},
							"request": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{url_staging}}/module_menus/1",
									"host": [
										"{{url_staging}}"
									],
									"path": [
										"module_menus",
										"1"
									],
									"query": [
										{
											"key": "id",
											"value": "1",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "2",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Update",
							"protocolProfileBehavior": {
								"followOriginalHttpMethod": true
							},
							"request": {
								"method": "PUT",
								"header": [],
								"body": {
									"mode": "urlencoded",
									"urlencoded": [
										{
											"key": "name",
											"value": "Report",
											"description": "required|min:2|max:100",
											"type": "text"
										},
										{
											"key": "description",
											"value": "Report_desc",
											"description": "max:255",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{url}}/module_menus/1",
									"host": [
										"{{url}}"
									],
									"path": [
										"module_menus",
										"1"
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete",
							"request": {
								"method": "DELETE",
								"header": [],
								"url": {
									"raw": "{{url}}/module_menus/1",
									"host": [
										"{{url}}"
									],
									"path": [
										"module_menus",
										"1"
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"request": {
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "order",
									"value": "",
									"description": "numeric|gte:0|max:5",
									"type": "text"
								},
								{
									"key": "name",
									"value": "Human Resources",
									"description": "required|min:2|max:100",
									"type": "text"
								},
								{
									"key": "description",
									"value": "",
									"description": "max:255",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/modules",
							"host": [
								"{{url}}"
							],
							"path": [
								"modules"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url_staging}}/modules",
							"host": [
								"{{url_staging}}"
							],
							"path": [
								"modules"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "3",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true
					},
					"request": {
						"method": "PUT",
						"header": [],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "order",
									"value": "",
									"description": "numeric|gte:0|max:5",
									"type": "text"
								},
								{
									"key": "name",
									"value": "All",
									"description": "required|min:2|max:100",
									"type": "text"
								},
								{
									"key": "description",
									"value": "",
									"description": "max:255",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/modules/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"modules",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"request": {
						"method": "DELETE",
						"header": [],
						"url": {
							"raw": "{{url}}/modules/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"modules",
								"1"
							]
						}
					},
					"response": []
				}
			],
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "Groups",
			"item": [
				{
					"name": "Users",
					"item": [
						{
							"name": "Create",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "pengguna[]",
											"value": "1",
											"description": "user_id",
											"type": "text"
										},
										{
											"key": "pengguna[]",
											"value": "2",
											"type": "text",
											"disabled": true
										}
									]
								},
								"url": {
									"raw": "{{url}}/group_users/1",
									"host": [
										"{{url}}"
									],
									"path": [
										"group_users",
										"1"
									]
								}
							},
							"response": []
						},
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disableBodyPruning": true,
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{url}}/group_users/1",
									"host": [
										"{{url}}"
									],
									"path": [
										"group_users",
										"1"
									],
									"query": [
										{
											"key": "id",
											"value": "1",
											"disabled": true
										},
										{
											"key": "kode",
											"value": "USER-00001",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "nama",
											"value": "u",
											"disabled": true
										},
										{
											"key": "username",
											"value": "u",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "username",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete",
							"request": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/group_users/1?pengguna[]=1",
									"host": [
										"{{url}}"
									],
									"path": [
										"group_users",
										"1"
									],
									"query": [
										{
											"key": "pengguna[]",
											"value": "1"
										},
										{
											"key": "pengguna[]",
											"value": "2",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Available Users (Update)",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/group_users_available_users_update/1",
									"host": [
										"{{url}}"
									],
									"path": [
										"group_users_available_users_update",
										"1"
									],
									"query": [
										{
											"key": "id",
											"value": "1",
											"disabled": true
										},
										{
											"key": "kode",
											"value": "USER-00002",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "3",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "1",
											"disabled": true
										},
										{
											"key": "nama",
											"value": "u",
											"disabled": true
										},
										{
											"key": "username",
											"value": "u",
											"disabled": true
										},
										{
											"key": "grup",
											"value": "ad",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "username",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "grup",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										}
									]
								},
								"description": "StartFragment\n\nList of available users that can be be added to the group in group update form."
							},
							"response": []
						},
						{
							"name": "Available Users (Create) (X)",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "{{bearer_token}}",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/group_users_available_users_create",
									"host": [
										"{{url}}"
									],
									"path": [
										"group_users_available_users_create"
									],
									"query": [
										{
											"key": "kode",
											"value": "USER-00002",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "3",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "1",
											"disabled": true
										},
										{
											"key": "nama",
											"value": "u",
											"disabled": true
										},
										{
											"key": "username",
											"value": "u",
											"disabled": true
										},
										{
											"key": "nama_grup",
											"value": "ad",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "username",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama_grup",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										}
									]
								},
								"description": "List of available users that can be be added to the group in group create form."
							},
							"response": []
						}
					]
				},
				{
					"name": "Access Rights",
					"item": [
						{
							"name": "Create",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "hak_akses[]",
											"value": "1",
											"description": "module_id|menu_id|access_right_id",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "2",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "3",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "4",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "5",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "6",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "7",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "8",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "9",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "10",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "11",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "12",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "13",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "14",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "15",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "16",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "17",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "18",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "19",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "20",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "21",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "22",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "23",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "24",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "25",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "26",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "27",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "28",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "29",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "30",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "31",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "32",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "33",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "34",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "35",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "36",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "37",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "38",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "39",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "40",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "41",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "42",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "43",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "44",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "45",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "46",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "47",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "48",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "49",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "50",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "51",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "52",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "53",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "54",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "55",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "56",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "57",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "58",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "59",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "60",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "61",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "62",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "63",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "64",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "65",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "66",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "67",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "68",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "69",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "70",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "71",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "72",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "73",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "74",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "75",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "76",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "77",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "78",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "79",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "80",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "81",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "82",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "83",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "84",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "85",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "86",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "87",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "88",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "89",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "90",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "91",
											"type": "text"
										},
										{
											"key": "hak_akses[]",
											"value": "92",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{url_staging}}/group_access_rights/1",
									"host": [
										"{{url_staging}}"
									],
									"path": [
										"group_access_rights",
										"1"
									]
								}
							},
							"response": []
						},
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disableBodyPruning": true,
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{url}}/group_access_rights/1",
									"host": [
										"{{url}}"
									],
									"path": [
										"group_access_rights",
										"1"
									]
								}
							},
							"response": []
						},
						{
							"name": "Available Access Rights (Update)",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/group_access_rights_available_access_rights_update/1",
									"host": [
										"{{url}}"
									],
									"path": [
										"group_access_rights_available_access_rights_update",
										"1"
									]
								},
								"description": "List of available access rights that can be be added to the group in group update form."
							},
							"response": []
						},
						{
							"name": "Available Access Rights (Create) (X)",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								},
								"followOriginalHttpMethod": false
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "{{bearer_token}}",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/group_access_rights_available_access_rights_create",
									"host": [
										"{{url}}"
									],
									"path": [
										"group_access_rights_available_access_rights_create"
									]
								},
								"description": "List of available access rights that can be be added to the group in group create form."
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"connection": true
						}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "nama",
									"value": "N3",
									"description": "required|min:2|max:50",
									"type": "text"
								},
								{
									"key": "deskripsi",
									"value": "D3",
									"description": "max:100",
									"type": "text"
								},
								{
									"key": "pengguna[]",
									"value": "1",
									"description": "user_id",
									"type": "text"
								},
								{
									"key": "pengguna[]",
									"value": "2",
									"type": "text"
								},
								{
									"key": "hak_akses[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "hak_akses[]",
									"value": "2",
									"type": "text"
								},
								{
									"key": "hak_akses[]",
									"value": "3",
									"type": "text"
								},
								{
									"key": "hak_akses[]",
									"value": "4",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/groups",
							"host": [
								"{{url}}"
							],
							"path": [
								"groups"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/groups",
							"host": [
								"{{url}}"
							],
							"path": [
								"groups"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "G-00002",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "",
									"disabled": true
								},
								{
									"key": "deskripsi",
									"value": "",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "deskripsi",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Select",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiNzRmOThmMjM3M2I1YmIwMjU0NDJkYTJkZTQ2NTkyNGM5NWE0ZTY4NjdmNzYwZThkOGUyZWIyNjhkY2Q4MDUwYzc1MDhmNWZjOTY4ZGFlOTIiLCJpYXQiOjE2NTc3NjkwNDIuODE1MjYzLCJuYmYiOjE2NTc3NjkwNDIuODE1MjY1LCJleHAiOjE2ODkzMDUwNDIuODExNzIxLCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.eK6dyrRnm7GtAyLVU1AvAQFB84qAx3xoySy78xTQ-Lu9jBzaikddbDG4JygHTlYSThYTL_Gbh5-VrorNJlZ5RpvXKg_FXUwpow0gSyUEZPiBAw2DEbGUfzF9-xJ8B4SQJSfvTTWqhpn_QL1bObKl60mArIcikvF3OwPqTo51brbVfD_LwzKZXkOkzDQeBMIlY-t1rJ_jmYGCALGyfTYdG5JkcjUA9FsOyTrF3x5sTXzcbARWM_O92TEsI7mCdLPBtdOxkYZ7xTDGtfPAnMvdTQx25LBnrgMwnKspC72S5GftwmAN_v71zRl24UtzlOeBKICiPEzLNVdtsYLeoQX_MKMCZietocxcdcny3eFDhlPWCdQKge8TSPOQoZM2ri_Xg5sV5nKdYz-iyhOQ9SvheQ5TruswmjGK2p1GpjRqhzh2wntTHCSRVXyOpFWTAIhKZNNEY5QtF99w0bCBfmPf23VdQ2vuFiHd7JYN2Du9p0c1hgkJkMwnNPgm4UtW6SenEoq9viJNyB3VwZpVa71P6EoG5QHFVailycvGS2VssFY5WO1S_7i_Ase5M_oHvSCu_-rqhzlEoCagWx9JMnuPj8X8qHdSlDSBZxTVlGNUUE7DXHiTsjdb2_gJFhyVEoaK0DuD0_yTojug3l1m3Wfv432cxP6nxmLKg-oCWhOKw3A",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/select_groups",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_groups"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "G-00002",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "",
									"disabled": true
								},
								{
									"key": "deskripsi",
									"value": "",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "deskripsi",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "nama",
									"value": "N11",
									"description": "required|min:2|max:50",
									"type": "text"
								},
								{
									"key": "deskripsi",
									"value": "D11",
									"description": "max:100",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/groups/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"groups",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/groups/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"groups",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Group Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/get_new_group_code",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_group_code"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				}
			]
		},
		{
			"name": "Customers",
			"item": [
				{
					"name": "Addresses",
					"item": [
						{
							"name": "Create",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "urlencoded",
									"urlencoded": [
										{
											"key": "alamat[]",
											"value": "a1",
											"type": "text"
										},
										{
											"key": "kota[]",
											"value": "k1",
											"type": "text"
										},
										{
											"key": "kecamatan[]",
											"value": "kc1",
											"type": "text"
										},
										{
											"key": "kelurahan[]",
											"value": "kl1",
											"type": "text"
										},
										{
											"key": "kode_pos[]",
											"value": "1",
											"type": "text"
										},
										{
											"key": "alamat[]",
											"value": "a11",
											"type": "text"
										},
										{
											"key": "kota[]",
											"value": "k11",
											"type": "text"
										},
										{
											"key": "kecamatan[]",
											"value": "kc11",
											"type": "text"
										},
										{
											"key": "kelurahan[]",
											"value": "kl11",
											"type": "text"
										},
										{
											"key": "kode_pos[]",
											"value": "11",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{url}}/customer_addresses/4",
									"host": [
										"{{url}}"
									],
									"path": [
										"customer_addresses",
										"4"
									]
								}
							},
							"response": []
						},
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disableBodyPruning": true,
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{url}}/customer_addresses/4",
									"host": [
										"{{url}}"
									],
									"path": [
										"customer_addresses",
										"4"
									],
									"query": [
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "alamat",
											"value": "a1",
											"disabled": true
										},
										{
											"key": "kota",
											"value": "k11",
											"disabled": true
										},
										{
											"key": "kecamatan",
											"value": "kc1",
											"disabled": true
										},
										{
											"key": "kelurahan",
											"value": "kl1",
											"disabled": true
										},
										{
											"key": "kode_pos",
											"value": "1",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "alamat",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "kota",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "kecamatan",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "kelurahan",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "kode_pos",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete",
							"request": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/customer_addresses/2?id[]=3",
									"host": [
										"{{url}}"
									],
									"path": [
										"customer_addresses",
										"2"
									],
									"query": [
										{
											"key": "id[]",
											"value": "3"
										},
										{
											"key": "id[]",
											"value": "2",
											"disabled": true
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Detail",
					"item": [
						{
							"name": "Create",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "urlencoded",
									"urlencoded": [
										{
											"key": "tanggal",
											"value": "{{current_date}}",
											"type": "text"
										},
										{
											"key": "tipe",
											"value": "Lokal",
											"type": "text"
										},
										{
											"key": "total",
											"value": "10000",
											"type": "text"
										},
										{
											"key": "uang_muka",
											"value": "5000",
											"type": "text"
										},
										{
											"key": "bagan_akun",
											"value": "1",
											"type": "text"
										},
										{
											"key": "saldo_awal",
											"value": "20000",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{url}}/customer_details/1",
									"host": [
										"{{url}}"
									],
									"path": [
										"customer_details",
										"1"
									]
								}
							},
							"response": []
						},
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disableBodyPruning": true,
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{url}}/customer_details/4",
									"host": [
										"{{url}}"
									],
									"path": [
										"customer_details",
										"4"
									],
									"query": [
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "alamat",
											"value": "a1",
											"disabled": true
										},
										{
											"key": "kota",
											"value": "k11",
											"disabled": true
										},
										{
											"key": "kecamatan",
											"value": "kc1",
											"disabled": true
										},
										{
											"key": "kelurahan",
											"value": "kl1",
											"disabled": true
										},
										{
											"key": "kode_pos",
											"value": "1",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "alamat",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "kota",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "kecamatan",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "kelurahan",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "kode_pos",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete",
							"request": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/customer_details/2?id[]=3",
									"host": [
										"{{url}}"
									],
									"path": [
										"customer_details",
										"2"
									],
									"query": [
										{
											"key": "id[]",
											"value": "3"
										},
										{
											"key": "id[]",
											"value": "2",
											"disabled": true
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "nama",
									"value": "N2",
									"type": "text"
								},
								{
									"key": "badan_usaha",
									"value": "CV",
									"type": "text"
								},
								{
									"key": "nomor_telepon",
									"value": "",
									"type": "text"
								},
								{
									"key": "email",
									"value": "E2",
									"type": "text"
								},
								{
									"key": "npwp",
									"value": "2",
									"type": "text"
								},
								{
									"key": "term",
									"value": "2",
									"type": "text"
								},
								{
									"key": "diskon",
									"value": "50",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Active",
									"type": "text"
								},
								{
									"key": "alamat[]",
									"value": "a1",
									"type": "text"
								},
								{
									"key": "alamat[]",
									"value": "a11",
									"type": "text",
									"disabled": true
								},
								{
									"key": "kota[]",
									"value": "",
									"type": "text"
								},
								{
									"key": "kota[]",
									"value": "k11",
									"type": "text",
									"disabled": true
								},
								{
									"key": "kecamatan[]",
									"value": "",
									"type": "text"
								},
								{
									"key": "kecamatan[]",
									"value": "",
									"type": "text",
									"disabled": true
								},
								{
									"key": "kelurahan[]",
									"value": "kkk1",
									"type": "text"
								},
								{
									"key": "kelurahan[]",
									"value": "",
									"type": "text",
									"disabled": true
								},
								{
									"key": "kode_pos[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "kode_pos[]",
									"value": "",
									"type": "text",
									"disabled": true
								}
							]
						},
						"url": {
							"raw": "{{url}}/customers",
							"host": [
								"{{url}}"
							],
							"path": [
								"customers"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/customers",
							"host": [
								"{{url}}"
							],
							"path": [
								"customers"
							],
							"query": [
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "nomor_telepon",
									"value": "2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "active",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nomor_telepon",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "CUS-00004",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Select",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer_token}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/select_customers",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_customers"
							],
							"query": [
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "nomor_telepon",
									"value": "2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "active",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nomor_telepon",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "CUS-00004",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "nama",
									"value": "Pelanggan 1",
									"type": "text"
								},
								{
									"key": "badan_usaha",
									"value": "CV",
									"type": "text"
								},
								{
									"key": "nomor_telepon",
									"value": "1",
									"type": "text"
								},
								{
									"key": "email",
									"value": "E1",
									"type": "text"
								},
								{
									"key": "npwp",
									"value": "1",
									"type": "text"
								},
								{
									"key": "term",
									"value": "1",
									"type": "text"
								},
								{
									"key": "diskon",
									"value": "1",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Active",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/customers/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"customers",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/customers/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"customers",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Customer Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/get_new_customer_code",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_customer_code"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				}
			]
		},
		{
			"name": "Warehouses",
			"item": [
				{
					"name": "Create",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "nama",
									"value": "N2",
									"description": "required|min:2|max:50",
									"type": "text"
								},
								{
									"key": "tipe",
									"value": "T2",
									"description": "max:250",
									"type": "text"
								},
								{
									"key": "alamat",
									"value": "A2",
									"type": "text"
								},
								{
									"key": "kota",
									"value": "K2",
									"type": "text"
								},
								{
									"key": "kode_pos",
									"value": "2",
									"type": "text"
								},
								{
									"key": "nomor_telepon",
									"value": "2",
									"description": "employee_id",
									"type": "text"
								},
								{
									"key": "karyawan",
									"value": "2",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/warehouses",
							"host": [
								"{{url}}"
							],
							"path": [
								"warehouses"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/warehouses",
							"host": [
								"{{url}}"
							],
							"path": [
								"warehouses"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "WAR-0001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "N",
									"disabled": true
								},
								{
									"key": "tipe",
									"value": "Tipe 2",
									"description": "employee_name",
									"disabled": true
								},
								{
									"key": "alamat",
									"value": "a",
									"disabled": true
								},
								{
									"key": "karyawan",
									"value": "2",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "alamat",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "karyawan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Select",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/select_warehouses",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_warehouses"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "WAR-0001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "N",
									"disabled": true
								},
								{
									"key": "tipe",
									"value": "Tipe 2",
									"description": "employee_name",
									"disabled": true
								},
								{
									"key": "alamat",
									"value": "a",
									"disabled": true
								},
								{
									"key": "karyawan",
									"value": "2",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "alamat",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "karyawan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "nama",
									"value": "N11",
									"description": "required|min:2|max:50",
									"type": "text"
								},
								{
									"key": "tipe",
									"value": "T11",
									"description": "max:250",
									"type": "text"
								},
								{
									"key": "alamat",
									"value": "a11",
									"type": "text"
								},
								{
									"key": "kota",
									"value": "c11",
									"type": "text"
								},
								{
									"key": "kode_pos",
									"value": "11",
									"type": "text"
								},
								{
									"key": "nomor_telepon",
									"value": "11",
									"type": "text"
								},
								{
									"key": "karyawan",
									"value": "2",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/warehouses/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"warehouses",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/warehouses/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"warehouses",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Warehouse Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/get_new_warehouse_code",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_warehouse_code"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				}
			]
		},
		{
			"name": "Piece",
			"item": [
				{
					"name": "Products",
					"item": [
						{
							"name": "Create",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "produk[]",
											"value": "STO-000001",
											"description": "product_id",
											"type": "text"
										},
										{
											"key": "produk[]",
											"value": "STO-000002",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{url}}/piece_products/BAG-0001",
									"host": [
										"{{url}}"
									],
									"path": [
										"piece_products",
										"BAG-0001"
									]
								}
							},
							"response": []
						},
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disableBodyPruning": true,
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "{{bearer_token}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{url}}/piece_products/BAG-0001",
									"host": [
										"{{url}}"
									],
									"path": [
										"piece_products",
										"BAG-0001"
									],
									"query": [
										{
											"key": "kode",
											"value": "STO-000001",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "nama",
											"value": "Nn",
											"disabled": true
										},
										{
											"key": "grup",
											"value": "g11",
											"disabled": true
										},
										{
											"key": "kategori",
											"value": "n",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "grup",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "kategori",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete",
							"request": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/piece_products/BAG-0001?produk[]=STO-000001&produk[]=STO-000002",
									"host": [
										"{{url}}"
									],
									"path": [
										"piece_products",
										"BAG-0001"
									],
									"query": [
										{
											"key": "produk[]",
											"value": "STO-000001",
											"description": "product_id"
										},
										{
											"key": "produk[]",
											"value": "STO-000002"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Available Products (Update)",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "{{bearer_token}}",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/piece_products_available_products_update/BAG-0001",
									"host": [
										"{{url}}"
									],
									"path": [
										"piece_products_available_products_update",
										"BAG-0001"
									],
									"query": [
										{
											"key": "kode",
											"value": "STO-000001",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "nama",
											"value": "Nn",
											"disabled": true
										},
										{
											"key": "grup",
											"value": "g11",
											"disabled": true
										},
										{
											"key": "kategori",
											"value": "n",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "grup",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "kategori",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										}
									]
								},
								"description": "List of available groups that can be be added to the user in user update form."
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "nama",
									"value": "N2",
									"description": "required|max:100",
									"type": "text"
								},
								{
									"key": "deskripsi",
									"value": "D2",
									"description": "max:255",
									"type": "text"
								},
								{
									"key": "produk[]",
									"value": "1",
									"type": "text",
									"disabled": true
								},
								{
									"key": "produk[]",
									"value": "2",
									"type": "text",
									"disabled": true
								}
							]
						},
						"url": {
							"raw": "{{url}}/pieces",
							"host": [
								"{{url}}"
							],
							"path": [
								"pieces"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/pieces",
							"host": [
								"{{url}}"
							],
							"path": [
								"pieces"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BAG-0001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "deskripsi",
									"value": "d",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "deskripsi",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Select",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/select_pieces",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_pieces"
							],
							"query": [
								{
									"key": "kode",
									"value": "BAG-0001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "deskripsi",
									"value": "d",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "deskripsi",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "nama",
									"value": "NN1",
									"description": "required|max:100",
									"type": "text"
								},
								{
									"key": "deskripsi",
									"value": "DD1",
									"description": "max:255",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/pieces/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"pieces",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/pieces/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"pieces",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Piece Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/get_new_piece_code",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_piece_code"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				}
			]
		},
		{
			"name": "Grades",
			"item": [
				{
					"name": "Products",
					"item": [
						{
							"name": "Create",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "produk[]",
											"value": "STO-000001",
											"description": "product_id",
											"type": "text"
										},
										{
											"key": "produk[]",
											"value": "STO-000002",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{url}}/grade_products/G-00001",
									"host": [
										"{{url}}"
									],
									"path": [
										"grade_products",
										"G-00001"
									]
								}
							},
							"response": []
						},
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disableBodyPruning": true,
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "{{bearer_token}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{url}}/grade_products/G-00001",
									"host": [
										"{{url}}"
									],
									"path": [
										"grade_products",
										"G-00001"
									],
									"query": [
										{
											"key": "kode",
											"value": "STO-000001",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "nama",
											"value": "Nn",
											"disabled": true
										},
										{
											"key": "grup",
											"value": "g11",
											"disabled": true
										},
										{
											"key": "kategori",
											"value": "n",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "grup",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "kategori",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete",
							"request": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/grade_products/G-00001?produk[]=STO-000001&produk[]=STO-000002",
									"host": [
										"{{url}}"
									],
									"path": [
										"grade_products",
										"G-00001"
									],
									"query": [
										{
											"key": "produk[]",
											"value": "STO-000001",
											"description": "product_id"
										},
										{
											"key": "produk[]",
											"value": "STO-000002"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Available Products (Update)",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "{{bearer_token}}",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/grade_products_available_products_update/G-00001",
									"host": [
										"{{url}}"
									],
									"path": [
										"grade_products_available_products_update",
										"G-00001"
									],
									"query": [
										{
											"key": "kode",
											"value": "STO-000001",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "nama",
											"value": "Nn",
											"disabled": true
										},
										{
											"key": "grup",
											"value": "g11",
											"disabled": true
										},
										{
											"key": "kategori",
											"value": "n",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "grup",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "kategori",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										}
									]
								},
								"description": "List of available groups that can be be added to the user in user update form."
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "nama",
									"value": "N2",
									"description": "required|max:100",
									"type": "text"
								},
								{
									"key": "deskripsi",
									"value": "D2",
									"description": "max:255",
									"type": "text"
								},
								{
									"key": "produk[]",
									"value": "1",
									"description": "product_id",
									"type": "text",
									"disabled": true
								},
								{
									"key": "produk[]",
									"value": "2",
									"type": "text",
									"disabled": true
								}
							]
						},
						"url": {
							"raw": "{{url}}/grades",
							"host": [
								"{{url}}"
							],
							"path": [
								"grades"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/grades",
							"host": [
								"{{url}}"
							],
							"path": [
								"grades"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "G-00002",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "deskripsi",
									"value": "d",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "deskripsi",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Select",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiNzRmOThmMjM3M2I1YmIwMjU0NDJkYTJkZTQ2NTkyNGM5NWE0ZTY4NjdmNzYwZThkOGUyZWIyNjhkY2Q4MDUwYzc1MDhmNWZjOTY4ZGFlOTIiLCJpYXQiOjE2NTc3NjkwNDIuODE1MjYzLCJuYmYiOjE2NTc3NjkwNDIuODE1MjY1LCJleHAiOjE2ODkzMDUwNDIuODExNzIxLCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.eK6dyrRnm7GtAyLVU1AvAQFB84qAx3xoySy78xTQ-Lu9jBzaikddbDG4JygHTlYSThYTL_Gbh5-VrorNJlZ5RpvXKg_FXUwpow0gSyUEZPiBAw2DEbGUfzF9-xJ8B4SQJSfvTTWqhpn_QL1bObKl60mArIcikvF3OwPqTo51brbVfD_LwzKZXkOkzDQeBMIlY-t1rJ_jmYGCALGyfTYdG5JkcjUA9FsOyTrF3x5sTXzcbARWM_O92TEsI7mCdLPBtdOxkYZ7xTDGtfPAnMvdTQx25LBnrgMwnKspC72S5GftwmAN_v71zRl24UtzlOeBKICiPEzLNVdtsYLeoQX_MKMCZietocxcdcny3eFDhlPWCdQKge8TSPOQoZM2ri_Xg5sV5nKdYz-iyhOQ9SvheQ5TruswmjGK2p1GpjRqhzh2wntTHCSRVXyOpFWTAIhKZNNEY5QtF99w0bCBfmPf23VdQ2vuFiHd7JYN2Du9p0c1hgkJkMwnNPgm4UtW6SenEoq9viJNyB3VwZpVa71P6EoG5QHFVailycvGS2VssFY5WO1S_7i_Ase5M_oHvSCu_-rqhzlEoCagWx9JMnuPj8X8qHdSlDSBZxTVlGNUUE7DXHiTsjdb2_gJFhyVEoaK0DuD0_yTojug3l1m3Wfv432cxP6nxmLKg-oCWhOKw3A",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/select_grades",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_grades"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "G-00002",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "deskripsi",
									"value": "d",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "deskripsi",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "nama",
									"value": "NN1",
									"description": "required|max:100",
									"type": "text"
								},
								{
									"key": "deskripsi",
									"value": "DD1",
									"description": "max:255",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/grades/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"grades",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/grades/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"grades",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Grade Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/get_new_grade_code",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_grade_code"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				}
			]
		},
		{
			"name": "Types",
			"item": [
				{
					"name": "Products",
					"item": [
						{
							"name": "Create",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "produk[]",
											"value": "STO-000001",
											"description": "product_id",
											"type": "text"
										},
										{
											"key": "produk[]",
											"value": "STO-000002",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{url}}/type_products/T-00001",
									"host": [
										"{{url}}"
									],
									"path": [
										"type_products",
										"T-00001"
									]
								}
							},
							"response": []
						},
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disableBodyPruning": true,
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "{{bearer_token}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{url}}/type_products/T-00001",
									"host": [
										"{{url}}"
									],
									"path": [
										"type_products",
										"T-00001"
									],
									"query": [
										{
											"key": "kode",
											"value": "STO-000001",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "nama",
											"value": "Nn",
											"disabled": true
										},
										{
											"key": "grup",
											"value": "g11",
											"disabled": true
										},
										{
											"key": "kategori",
											"value": "n",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "grup",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "kategori",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete",
							"request": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/type_products/T-00001?produk[]=STO-000001&produk[]=STO-000002",
									"host": [
										"{{url}}"
									],
									"path": [
										"type_products",
										"T-00001"
									],
									"query": [
										{
											"key": "produk[]",
											"value": "STO-000001",
											"description": "product_id"
										},
										{
											"key": "produk[]",
											"value": "STO-000002"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Available Products (Update)",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "{{bearer_token}}",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/type_products_available_products_update/T-00001",
									"host": [
										"{{url}}"
									],
									"path": [
										"type_products_available_products_update",
										"T-00001"
									],
									"query": [
										{
											"key": "kode",
											"value": "STO-000001",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "nama",
											"value": "Nn",
											"disabled": true
										},
										{
											"key": "grup",
											"value": "g11",
											"disabled": true
										},
										{
											"key": "kategori",
											"value": "n",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "grup",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "kategori",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										}
									]
								},
								"description": "List of available groups that can be be added to the user in user update form."
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "nama",
									"value": "N3",
									"description": "required|max:100",
									"type": "text"
								},
								{
									"key": "deskripsi",
									"value": "D3",
									"description": "max:255",
									"type": "text"
								},
								{
									"key": "produk[]",
									"value": "1",
									"type": "text",
									"disabled": true
								},
								{
									"key": "produk[]",
									"value": "2",
									"type": "text",
									"disabled": true
								}
							]
						},
						"url": {
							"raw": "{{url}}/types",
							"host": [
								"{{url}}"
							],
							"path": [
								"types"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/types",
							"host": [
								"{{url}}"
							],
							"path": [
								"types"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "T-00001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "deskripsi",
									"value": "d",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "deskripsi",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Select",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/select_types",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_types"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "T-00001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "deskripsi",
									"value": "d",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "deskripsi",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "nama",
									"value": "NN1",
									"description": "required|max:100",
									"type": "text"
								},
								{
									"key": "deskripsi",
									"value": "DD1",
									"description": "max:255",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/types/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"types",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/types/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"types",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Type Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/get_new_type_code",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_type_code"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				}
			]
		},
		{
			"name": "Brand",
			"item": [
				{
					"name": "Products",
					"item": [
						{
							"name": "Create",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "produk[]",
											"value": "STO-000001",
											"description": "product_id",
											"type": "text"
										},
										{
											"key": "produk[]",
											"value": "STO-000002",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{url}}/brand_products/MER-0001",
									"host": [
										"{{url}}"
									],
									"path": [
										"brand_products",
										"MER-0001"
									]
								}
							},
							"response": []
						},
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disableBodyPruning": true,
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "{{bearer_token}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{url}}/brand_products/MER-0001",
									"host": [
										"{{url}}"
									],
									"path": [
										"brand_products",
										"MER-0001"
									],
									"query": [
										{
											"key": "kode",
											"value": "STO-000001",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "nama",
											"value": "Nn",
											"disabled": true
										},
										{
											"key": "grup",
											"value": "g11",
											"disabled": true
										},
										{
											"key": "kategori",
											"value": "n",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "grup",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "kategori",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete",
							"request": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/brand_products/MER-0001?produk[]=STO-000001&produk[]=STO-000002",
									"host": [
										"{{url}}"
									],
									"path": [
										"brand_products",
										"MER-0001"
									],
									"query": [
										{
											"key": "produk[]",
											"value": "STO-000001",
											"description": "product_id"
										},
										{
											"key": "produk[]",
											"value": "STO-000002"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Available Products (Update)",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "{{bearer_token}}",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/brand_products_available_products_update/2",
									"host": [
										"{{url}}"
									],
									"path": [
										"brand_products_available_products_update",
										"2"
									],
									"query": [
										{
											"key": "kode",
											"value": "STO-000001",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "nama",
											"value": "Nn",
											"disabled": true
										},
										{
											"key": "grup",
											"value": "g11",
											"disabled": true
										},
										{
											"key": "kategori",
											"value": "n",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "grup",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "kategori",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										}
									]
								},
								"description": "List of available groups that can be be added to the user in user update form."
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "nama",
									"value": "N4",
									"description": "required|max:100",
									"type": "text"
								},
								{
									"key": "deskripsi",
									"value": "D4",
									"description": "max:255",
									"type": "text"
								},
								{
									"key": "produk[]",
									"value": "1",
									"type": "text",
									"disabled": true
								},
								{
									"key": "produk[]",
									"value": "2",
									"type": "text",
									"disabled": true
								}
							]
						},
						"url": {
							"raw": "{{url}}/brands",
							"host": [
								"{{url}}"
							],
							"path": [
								"brands"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/brands",
							"host": [
								"{{url}}"
							],
							"path": [
								"brands"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "MER-0001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "deskripsi",
									"value": "d",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "deskripsi",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Select",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiOWQ1M2FjNjQzMjU1ODYzMzU0MTY2NTE2YjAxYjVjOGViOGMyODA0YmYxMjBjMzk4YmQ3ODY1NzBiNmQwMGNkYmIxZTEyZjJhZTI2YTFjOTgiLCJpYXQiOjE2NTc2ODIyNTQuMTMzMDA2LCJuYmYiOjE2NTc2ODIyNTQuMTMzMDA4LCJleHAiOjE2ODkyMTgyNTQuMDU2OTY0LCJzdWIiOiJVU0VSLTAwMDAyIiwic2NvcGVzIjpbXX0.aZ5OQbjuB6LONkL5d7zke7wAg0eBQNzzMhcnUguWarxx2wkyHhrY3jp1ZXXfJtP3i8pr06EFVHnwq4FMJi544t9_ItEpGrKqRi74Eo-9kFlL-_whXuVID45hDQE7Xg_UGbA7DrW0Km-PNGTMUDWEcpLR9_uziqX6LWJsCinTJ9s-sdnz7q3D3wjl5-mfont0QB2czTomzmMFad-0j4lP4RddDXdoO9SBwBciv0wI20UVZJrslai8MQrK_0UZP5DMh4oI_o_0dI9mZ0J-Ta66-2DdlYSZ-3Tpb8q5YKW9_G9gYWC9sh_D2uzWVq20cwg3mN0oGmbQPSlBmiQ2bPCjSRBab4B8jwtWTLnstSXd-dbh3x4bB2JM9qhQ14TtNilpi9nF2b1XzLZR3yucfK5fLaDKQ9Ltu2DvMJ-Qc1Gk10wJsh68_YoPP0GiHmlhWlw96ZKbNNZhThqu-AUaB4EwPzkLyipGhcXRwcLRG--ZAUrJgEUITqCVy_cHQW7FwN5Sgew1NfUEZpU7Y48ra5sJN4cD-SfVkBN1iPTFG5wHQwVvbhcHc0XlOgXDh9pyQRmVlv012SdLEc_tzfB1DEA5EWZS3TRyKLS2udKUPqPozQoe6bfn1jUJxCWmg9vjADKhotAMdPiNyLn5bAudI_knEcoxfkh6qiOm3age9KTmtEc",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/select_brands",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_brands"
							],
							"query": [
								{
									"key": "kode",
									"value": "MER-0001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "deskripsi",
									"value": "d",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "deskripsi",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "nama",
									"value": "NN1",
									"description": "required|max:100",
									"type": "text"
								},
								{
									"key": "deskripsi",
									"value": "DD1",
									"description": "max:255",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/brands/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"brands",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/brands/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"brands",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Brand Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/get_new_brand_code",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_brand_code"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				}
			]
		},
		{
			"name": "Taxes",
			"item": [
				{
					"name": "Products",
					"item": [
						{
							"name": "Create",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "produk[]",
											"value": "STO-000001",
											"description": "product_id",
											"type": "text"
										},
										{
											"key": "produk[]",
											"value": "STO-000002",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{url}}/tax_products/TAX-001",
									"host": [
										"{{url}}"
									],
									"path": [
										"tax_products",
										"TAX-001"
									]
								}
							},
							"response": []
						},
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disableBodyPruning": true,
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "{{bearer_token}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{url}}/tax_products/TAX-001",
									"host": [
										"{{url}}"
									],
									"path": [
										"tax_products",
										"TAX-001"
									],
									"query": [
										{
											"key": "kode",
											"value": "STO-000001",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "nama",
											"value": "Nn",
											"disabled": true
										},
										{
											"key": "grup",
											"value": "g11",
											"disabled": true
										},
										{
											"key": "kategori",
											"value": "n",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "grup",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "kategori",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete",
							"request": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/tax_products/TAX-001?produk[]=STO-000001&produk[]=STO-000002",
									"host": [
										"{{url}}"
									],
									"path": [
										"tax_products",
										"TAX-001"
									],
									"query": [
										{
											"key": "produk[]",
											"value": "STO-000001",
											"description": "product_id"
										},
										{
											"key": "produk[]",
											"value": "STO-000002"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Available Products (Update)",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "{{bearer_token}}",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/tax_products_available_products_update/TAX-001",
									"host": [
										"{{url}}"
									],
									"path": [
										"tax_products_available_products_update",
										"TAX-001"
									],
									"query": [
										{
											"key": "kode",
											"value": "STO-000001",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "nama",
											"value": "Nn",
											"disabled": true
										},
										{
											"key": "grup",
											"value": "g11",
											"disabled": true
										},
										{
											"key": "kategori",
											"value": "n",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "grup",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "kategori",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										}
									]
								},
								"description": "List of available groups that can be be added to the user in user update form."
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "jenis",
									"value": "N2",
									"description": "required|max:100",
									"type": "text"
								},
								{
									"key": "tarif",
									"value": "2",
									"description": "required|numeric|between:0,999999",
									"type": "text"
								},
								{
									"key": "produk[]",
									"value": "1",
									"type": "text",
									"disabled": true
								},
								{
									"key": "produk[]",
									"value": "2",
									"type": "text",
									"disabled": true
								}
							]
						},
						"url": {
							"raw": "{{url}}/taxes",
							"host": [
								"{{url}}"
							],
							"path": [
								"taxes"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/taxes",
							"host": [
								"{{url}}"
							],
							"path": [
								"taxes"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "TAX-001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "jenis",
									"value": "N",
									"disabled": true
								},
								{
									"key": "tarif",
									"value": "d",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "jenis",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tarif",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Select",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/select_taxes",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_taxes"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "TAX-001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "jenis",
									"value": "N",
									"disabled": true
								},
								{
									"key": "tarif",
									"value": "d",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "jenis",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tarif",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "jenis",
									"value": "T11",
									"description": "required|max:100",
									"type": "text"
								},
								{
									"key": "tarif",
									"value": "1.111",
									"description": "max:100",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/taxes/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"taxes",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/taxes/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"taxes",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Tax Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/get_new_tax_code",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_tax_code"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				}
			]
		},
		{
			"name": "Category",
			"item": [
				{
					"name": "Products",
					"item": [
						{
							"name": "Create",
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": [
										{
											"key": "produk[]",
											"value": "STO-000001",
											"description": "product_id",
											"type": "text"
										},
										{
											"key": "produk[]",
											"value": "STO-000002",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{url}}/category_products/CAT-0001",
									"host": [
										"{{url}}"
									],
									"path": [
										"category_products",
										"CAT-0001"
									]
								}
							},
							"response": []
						},
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disableBodyPruning": true,
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "{{bearer_token}}",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{url}}/category_products/CAT-0001",
									"host": [
										"{{url}}"
									],
									"path": [
										"category_products",
										"CAT-0001"
									],
									"query": [
										{
											"key": "kode",
											"value": "STO-000001",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "nama",
											"value": "Nn",
											"disabled": true
										},
										{
											"key": "grup",
											"value": "g11",
											"disabled": true
										},
										{
											"key": "kategori",
											"value": "n",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "grup",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "kategori",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete",
							"request": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/category_products/CAT-0001?produk[]=STO-000001&produk[]=STO-000002",
									"host": [
										"{{url}}"
									],
									"path": [
										"category_products",
										"CAT-0001"
									],
									"query": [
										{
											"key": "produk[]",
											"value": "STO-000001",
											"description": "product_id"
										},
										{
											"key": "produk[]",
											"value": "STO-000002"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Available Products (Update)",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "{{bearer_token}}",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/category_products_available_products_update/CAT-0001",
									"host": [
										"{{url}}"
									],
									"path": [
										"category_products_available_products_update",
										"CAT-0001"
									],
									"query": [
										{
											"key": "kode",
											"value": "STO-000001",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "nama",
											"value": "Nn",
											"disabled": true
										},
										{
											"key": "grup",
											"value": "g11",
											"disabled": true
										},
										{
											"key": "kategori",
											"value": "n",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "grup",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "kategori",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										}
									]
								},
								"description": "List of available groups that can be be added to the user in user update form."
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "nama",
									"value": "N2",
									"description": "required|max:100",
									"type": "text"
								},
								{
									"key": "deskripsi",
									"value": "D2",
									"description": "max:255",
									"type": "text"
								},
								{
									"key": "produk[]",
									"value": "1",
									"type": "text",
									"disabled": true
								},
								{
									"key": "produk[]",
									"value": "2",
									"type": "text",
									"disabled": true
								}
							]
						},
						"url": {
							"raw": "{{url}}/categories",
							"host": [
								"{{url}}"
							],
							"path": [
								"categories"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/categories",
							"host": [
								"{{url}}"
							],
							"path": [
								"categories"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "CAT-0001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "deskripsi",
									"value": "d",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "deskripsi",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Select",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiOWQ1M2FjNjQzMjU1ODYzMzU0MTY2NTE2YjAxYjVjOGViOGMyODA0YmYxMjBjMzk4YmQ3ODY1NzBiNmQwMGNkYmIxZTEyZjJhZTI2YTFjOTgiLCJpYXQiOjE2NTc2ODIyNTQuMTMzMDA2LCJuYmYiOjE2NTc2ODIyNTQuMTMzMDA4LCJleHAiOjE2ODkyMTgyNTQuMDU2OTY0LCJzdWIiOiJVU0VSLTAwMDAyIiwic2NvcGVzIjpbXX0.aZ5OQbjuB6LONkL5d7zke7wAg0eBQNzzMhcnUguWarxx2wkyHhrY3jp1ZXXfJtP3i8pr06EFVHnwq4FMJi544t9_ItEpGrKqRi74Eo-9kFlL-_whXuVID45hDQE7Xg_UGbA7DrW0Km-PNGTMUDWEcpLR9_uziqX6LWJsCinTJ9s-sdnz7q3D3wjl5-mfont0QB2czTomzmMFad-0j4lP4RddDXdoO9SBwBciv0wI20UVZJrslai8MQrK_0UZP5DMh4oI_o_0dI9mZ0J-Ta66-2DdlYSZ-3Tpb8q5YKW9_G9gYWC9sh_D2uzWVq20cwg3mN0oGmbQPSlBmiQ2bPCjSRBab4B8jwtWTLnstSXd-dbh3x4bB2JM9qhQ14TtNilpi9nF2b1XzLZR3yucfK5fLaDKQ9Ltu2DvMJ-Qc1Gk10wJsh68_YoPP0GiHmlhWlw96ZKbNNZhThqu-AUaB4EwPzkLyipGhcXRwcLRG--ZAUrJgEUITqCVy_cHQW7FwN5Sgew1NfUEZpU7Y48ra5sJN4cD-SfVkBN1iPTFG5wHQwVvbhcHc0XlOgXDh9pyQRmVlv012SdLEc_tzfB1DEA5EWZS3TRyKLS2udKUPqPozQoe6bfn1jUJxCWmg9vjADKhotAMdPiNyLn5bAudI_knEcoxfkh6qiOm3age9KTmtEc",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/select_categories",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_categories"
							],
							"query": [
								{
									"key": "kode",
									"value": "CAT-0001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "deskripsi",
									"value": "d",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "deskripsi",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "nama",
									"value": "NN1",
									"description": "required|min:2|max:100",
									"type": "text"
								},
								{
									"key": "deskripsi",
									"value": "DD1",
									"description": "max:255",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/categories/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"categories",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/categories/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"categories",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Category Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/get_new_category_code",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_category_code"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				}
			]
		},
		{
			"name": "Products",
			"item": [
				{
					"name": "Packaging Types",
					"item": [
						{
							"name": "Select",
							"protocolProfileBehavior": {
								"disableBodyPruning": true,
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{url}}/select_packaging_types",
									"host": [
										"{{url}}"
									],
									"path": [
										"select_packaging_types"
									],
									"query": [
										{
											"key": "id",
											"value": "1",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "nama",
											"value": "Nn",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "bagian",
									"value": "2",
									"description": "piece_id",
									"type": "text"
								},
								{
									"key": "grup",
									"value": "Lokal",
									"type": "text"
								},
								{
									"key": "kategori",
									"value": "2",
									"description": "category_id",
									"type": "text"
								},
								{
									"key": "grade",
									"value": "2",
									"description": "grade_id",
									"type": "text"
								},
								{
									"key": "jenis_kemasan",
									"value": "IW",
									"type": "text"
								},
								{
									"key": "tipe",
									"value": "3",
									"description": "brand_id",
									"type": "text"
								},
								{
									"key": "merk",
									"value": "2",
									"type": "text"
								},
								{
									"key": "satuan",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "harga_beli",
									"value": "4000",
									"type": "text"
								},
								{
									"key": "harga_jual",
									"value": "8000",
									"type": "text"
								},
								{
									"key": "diskon",
									"value": "0",
									"description": "tax_id",
									"type": "text"
								},
								{
									"key": "pajak",
									"value": "2",
									"type": "text",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Active",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/products",
							"host": [
								"{{url}}"
							],
							"path": [
								"products"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/products?nama_alias=Bagian 3",
							"host": [
								"{{url}}"
							],
							"path": [
								"products"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "STO-000001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "Nn",
									"disabled": true
								},
								{
									"key": "nama_alias",
									"value": "Bagian 3"
								},
								{
									"key": "grup",
									"value": "g11",
									"description": "category_name",
									"disabled": true
								},
								{
									"key": "kategori",
									"value": "n",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "grup",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kategori",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Select",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/select_products?nama_alias=bagian",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_products"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "STO-000001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "Nn",
									"disabled": true
								},
								{
									"key": "nama_alias",
									"value": "bagian"
								},
								{
									"key": "grup",
									"value": "g11",
									"description": "category_name",
									"disabled": true
								},
								{
									"key": "kategori",
									"value": "n",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "grup",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kategori",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Select Alias",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/select_product_alias",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_product_alias"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "STO-000001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "Nn",
									"disabled": true
								},
								{
									"key": "nama_alias",
									"value": "bagian",
									"disabled": true
								},
								{
									"key": "grup",
									"value": "g11",
									"description": "category_name",
									"disabled": true
								},
								{
									"key": "kategori",
									"value": "n",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "grup",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kategori",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "bagian",
									"value": "1",
									"type": "text"
								},
								{
									"key": "grup",
									"value": "Lokal",
									"type": "text"
								},
								{
									"key": "kategori",
									"value": "1",
									"type": "text"
								},
								{
									"key": "grade",
									"value": "1",
									"type": "text"
								},
								{
									"key": "jenis_kemasan",
									"value": "IW",
									"type": "text"
								},
								{
									"key": "tipe",
									"value": "1",
									"type": "text"
								},
								{
									"key": "merk",
									"value": "1",
									"type": "text"
								},
								{
									"key": "satuan",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "harga_beli",
									"value": "1000",
									"type": "text"
								},
								{
									"key": "harga_jual",
									"value": "2000",
									"type": "text"
								},
								{
									"key": "diskon",
									"value": "1",
									"type": "text"
								},
								{
									"key": "pajak",
									"value": "1",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Active",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/products/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"products",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/products/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"products",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Product Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/get_new_product_code",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_product_code"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				}
			]
		},
		{
			"name": "Sales Orders",
			"item": [
				{
					"name": "Details",
					"item": [
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/sales_order_details/2?urutkan_berdasarkan[]=nama_alias_produk&urutan[]=asc",
									"host": [
										"{{url}}"
									],
									"path": [
										"sales_order_details",
										"2"
									],
									"query": [
										{
											"key": "nama_alias_produk",
											"value": "AN",
											"description": "Equals.",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "status",
											"value": "",
											"description": "Done or not.",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama_alias_produk"
										},
										{
											"key": "urutan[]",
											"value": "asc"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Select",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/select_sales_order_details/2?urutkan_berdasarkan[]=nama_alias_produk&urutan[]=asc",
									"host": [
										"{{url}}"
									],
									"path": [
										"select_sales_order_details",
										"2"
									],
									"query": [
										{
											"key": "nama_alias_produk",
											"value": "AN",
											"description": "Equals.",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "status",
											"value": "",
											"description": "Done or not.",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama_alias_produk"
										},
										{
											"key": "urutan[]",
											"value": "asc"
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"var moment = require(\"moment\");\r",
									"\r",
									"pm.environment.set('current_date', moment().format((\"YYYY-MM-DD\")))"
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "pelanggan",
									"value": "1",
									"type": "text"
								},
								{
									"key": "referensi",
									"value": "R4",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "test fix",
									"type": "text"
								},
								{
									"key": "termasuk_pajak",
									"value": "0",
									"type": "text"
								},
								{
									"key": "tanggal_awal_periode_pengiriman",
									"value": "{{current_date}}",
									"description": "Draft|Submitted",
									"type": "text"
								},
								{
									"key": "tanggal_akhir_periode_pengiriman",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "nama_alias_produk[]",
									"value": "Bagian 1 Grade 1 Merk 1",
									"type": "text"
								},
								{
									"key": "nama_alias_produk[]",
									"value": "Bagian 1 Grade 1 Merk 2",
									"type": "text"
								},
								{
									"key": "kuantitas[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "kuantitas[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "satuan[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "satuan[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "harga[]",
									"value": "10000",
									"type": "text"
								},
								{
									"key": "harga[]",
									"value": "10000",
									"type": "text"
								},
								{
									"key": "persentase_diskon[]",
									"value": "10",
									"type": "text"
								},
								{
									"key": "persentase_diskon[]",
									"value": "10",
									"type": "text"
								},
								{
									"key": "diskon_tetap[]",
									"value": "0",
									"type": "text"
								},
								{
									"key": "diskon_tetap[]",
									"value": "0",
									"type": "text"
								},
								{
									"key": "ppn[]",
									"value": "10",
									"type": "text"
								},
								{
									"key": "ppn[]",
									"value": "10",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/sales_orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_orders"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/sales_orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_orders"
							],
							"query": [
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_pelanggan",
									"value": "",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Select",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/select_sales_orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_sales_orders"
							],
							"query": [
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_pelanggan",
									"value": "",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Read (Bypass)",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/sales_orders_bypass",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_orders_bypass"
							],
							"query": [
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "kode_pelanggan",
									"value": "",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "pelanggan",
									"value": "2",
									"type": "text"
								},
								{
									"key": "referensi",
									"value": "R22",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "C22",
									"type": "text"
								},
								{
									"key": "termasuk_pajak",
									"value": "1",
									"type": "text"
								},
								{
									"key": "tanggal_awal_periode_pengiriman",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "tanggal_akhir_periode_pengiriman",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "nama_alias_produk[]",
									"value": "N2-N2-N2",
									"type": "text",
									"disabled": true
								},
								{
									"key": "nama_alias_produk[]",
									"value": "N2-N2-N3",
									"type": "text"
								},
								{
									"key": "kuantitas[]",
									"value": "2",
									"type": "text",
									"disabled": true
								},
								{
									"key": "kuantitas[]",
									"value": "3",
									"type": "text"
								},
								{
									"key": "satuan[]",
									"value": "kg",
									"type": "text",
									"disabled": true
								},
								{
									"key": "satuan[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "harga[]",
									"value": "10000",
									"type": "text",
									"disabled": true
								},
								{
									"key": "harga[]",
									"value": "110000",
									"type": "text"
								},
								{
									"key": "persentase_diskon[]",
									"value": "90",
									"type": "text",
									"disabled": true
								},
								{
									"key": "persentase_diskon[]",
									"value": "0",
									"type": "text"
								},
								{
									"key": "diskon_tetap[]",
									"value": "500",
									"type": "text",
									"disabled": true
								},
								{
									"key": "diskon_tetap[]",
									"value": "5000",
									"type": "text"
								},
								{
									"key": "ppn[]",
									"value": "100",
									"type": "text",
									"disabled": true
								},
								{
									"key": "ppn[]",
									"value": "1000",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/sales_orders/2",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_orders",
								"2"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/sales_orders/4",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_orders",
								"4"
							]
						}
					},
					"response": []
				},
				{
					"name": "Submit",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/sales_orders/submit/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_orders",
								"submit",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Cancel",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiI1IiwianRpIjoiMmZhZjI1MGQwN2M1ZTYzYzdjMWUzYWQwZjhjNzJjNzMyYjMzNjY1MThhYTlhNzk1ZDNlZjg2MWY0MDgzYTlmNTdhY2JlNjBiYjA3YTU2OGUiLCJpYXQiOjE2NjIwMjMzMTAuNTE2MDY0LCJuYmYiOjE2NjIwMjMzMTAuNTE2MDY2LCJleHAiOjE2OTM1NTkzMTAuNTA0OTAyLCJzdWIiOiIxIiwic2NvcGVzIjpbXX0.YEMMLOWd3kRdlOwIVBl-MT7lyodE3HZWtK8y5JT8gFVWIQKFFYk5DoQySXwzg2gD-gLx0FqV8F9sdKHfEPm43unlpusuVl4iBGwNVnzFyLMN7-d9h6yKVDpqEgO49aWCefSAiwbX8i99gTGNXjSTdSOkrIITHQdmilvFhsuLlq4QMNVKmNaMwkGkDPZ1hhWTWo4ITG22xw_CcODs6yY5cj9yICa4_yLdpBbUXKwDN_JkmAAqQs25tkWcrsC0WYCiCsXwGYLLJ77-eqemstld2miOXbP9Ro4bMPqMlkR7K4j_oReWZnlqIBJUkSmXYzGiaCv9nuVp__oy2z8mOYG4RqaBgiuKG9t7-pKPx51SIruwP1d_8dzKuXr_8Fx2MDwarc-kqMjKZVMcdQV7ZquHtQWgMQIutTYTI44hOY2tOYOHZuG8zLm5Ulz4GalXH4XH7q4a2hriNz3Xk7gVoJ9dmGV2qUYFoDLTyAxdcCdBD7ZW1qbliJhh8Fz-7YUVOFxMj8tte9-0ARVaA0f-ijBidKCpkfA9Trf6_ClvUB17EQEuaQOq-dfRszwRSGlcYqKGXjbZw4LaiU9duc9SOUT4mqGgq6boKPgyhkeIO6NBPe0pHw24P7XpvAJDj71_SfYZkCRw5efW-8p5oyrR-i-lnKCR2vDscQ8fJ0azRBeFqTU",
									"type": "string"
								}
							]
						},
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/sales_orders/cancel/35",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_orders",
								"cancel",
								"35"
							]
						}
					},
					"response": []
				},
				{
					"name": "Force Done",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/sales_orders/force_done/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_orders",
								"force_done",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Sales Order Draft Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/get_new_sales_order_draft_code",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_sales_order_draft_code"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Get New Sales Order Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/get_new_sales_order_code?tanggal={{current_date}}",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_sales_order_code"
							],
							"query": [
								{
									"key": "tanggal",
									"value": "{{current_date}}"
								}
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Available Products",
					"request": {
						"method": "GET",
						"header": [
							{
								"warning": "This is a duplicate header and will be overridden by the Authorization header generated by Postman.",
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/sales_orders_available_products",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_orders_available_products"
							],
							"query": [
								{
									"key": "kode",
									"value": "STO-000001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "Nn",
									"disabled": true
								},
								{
									"key": "grup",
									"value": "g11",
									"disabled": true
								},
								{
									"key": "kategori",
									"value": "n",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "grup",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kategori",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						},
						"description": "List of active product for create or update form."
					},
					"response": []
				}
			]
		},
		{
			"name": "Tally Sheet Outs",
			"item": [
				{
					"name": "Details",
					"item": [
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/sales_orders/1?urutkan_berdasarkan[]=nama_alias_produk&urutan[]=asc",
									"host": [
										"{{url}}"
									],
									"path": [
										"sales_orders",
										"1"
									],
									"query": [
										{
											"key": "nama_alias_produk",
											"value": "AN",
											"description": "Equals.",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "status",
											"value": "",
											"description": "Done or not.",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama_alias_produk"
										},
										{
											"key": "urutan[]",
											"value": "asc"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Select Product",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/select_product_tally_sheet_details?warehouse_id=2&tally_sheet_id=14",
									"host": [
										"{{url}}"
									],
									"path": [
										"select_product_tally_sheet_details"
									],
									"query": [
										{
											"key": "warehouse_id",
											"value": "2"
										},
										{
											"key": "tally_sheet_id",
											"value": "14"
										},
										{
											"key": "kode",
											"value": "BM220603-SO001",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "tanggal",
											"value": "1",
											"description": "customer_name",
											"disabled": true
										},
										{
											"key": "pelanggan",
											"value": "N1",
											"disabled": true
										},
										{
											"key": "id_pelanggan",
											"value": "",
											"description": "warehouse_name",
											"disabled": true
										},
										{
											"key": "gudang",
											"value": "N2",
											"disabled": true
										},
										{
											"key": "status",
											"value": "Cancelled",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "tanggal",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "kode",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "pelanggan",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "gudang",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "status",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"var moment = require(\"moment\");\r",
									"\r",
									"pm.environment.set('current_date', moment().format((\"YYYY-MM-DD\")))"
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"description": "customer_id",
									"type": "text"
								},
								{
									"key": "pelanggan",
									"value": "1",
									"description": "warehouse_id",
									"type": "text",
									"disabled": true
								},
								{
									"key": "pemasok",
									"value": "2",
									"type": "text"
								},
								{
									"key": "gudang",
									"value": "1",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "C3",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Draft",
									"type": "text"
								},
								{
									"key": "id_pesanan_penjualan[]",
									"value": "24",
									"type": "text",
									"disabled": true
								},
								{
									"key": "id_retur_pembelian[]",
									"value": "10",
									"type": "text"
								},
								{
									"key": "id_produk[]",
									"value": "2",
									"type": "text"
								},
								{
									"key": "jumlah_box[]",
									"value": "2",
									"type": "text"
								},
								{
									"key": "kuantitas_box[]",
									"value": "2",
									"type": "text",
									"disabled": true
								},
								{
									"key": "satuan_box[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "aksi[]",
									"value": "Next delivery",
									"type": "text"
								},
								{
									"key": "kuantitas_produk_box[0][]",
									"value": "0.1",
									"type": "text"
								},
								{
									"key": "kuantitas_produk_box[0][]",
									"value": "0.2",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/tally_sheets",
							"host": [
								"{{url}}"
							],
							"path": [
								"tally_sheets"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/tally_sheets",
							"host": [
								"{{url}}"
							],
							"path": [
								"tally_sheets"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"description": "customer_name",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "N1",
									"description": "warehouse_name",
									"disabled": true
								},
								{
									"key": "id_pelanggan",
									"value": "",
									"disabled": true
								},
								{
									"key": "gudang",
									"value": "N2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "gudang",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "tipe",
									"value": "Sales",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Select",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/select_tally_sheets?tipe=Sales",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_tally_sheets"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "tipe",
									"value": "Sales"
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"description": "customer_name",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "N1",
									"description": "warehouse_name",
									"disabled": true
								},
								{
									"key": "id_pelanggan",
									"value": "",
									"disabled": true
								},
								{
									"key": "gudang",
									"value": "N2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "gudang",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "pelanggan",
									"value": "CUS-00001",
									"type": "text"
								},
								{
									"key": "gudang",
									"value": "WAR-0001",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "c1",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "kode_pesanan_penjualan[]",
									"value": "BM220603-SO001",
									"type": "text"
								},
								{
									"key": "kode_pesanan_penjualan[]",
									"value": "BM220603-SO001",
									"type": "text"
								},
								{
									"key": "kode_pesanan_penjualan[]",
									"value": "BM220603-SO001",
									"type": "text"
								},
								{
									"key": "kode_pesanan_penjualan[]",
									"value": "BM220623-SO001",
									"type": "text"
								},
								{
									"key": "kode_produk[]",
									"value": "STO-000001",
									"type": "text"
								},
								{
									"key": "kode_produk[]",
									"value": "STO-000003",
									"type": "text"
								},
								{
									"key": "kode_produk[]",
									"value": "STO-000002",
									"type": "text"
								},
								{
									"key": "kode_produk[]",
									"value": "STO-000002",
									"type": "text"
								},
								{
									"key": "jumlah_box[]",
									"value": "2",
									"type": "text"
								},
								{
									"key": "jumlah_box[]",
									"value": "2",
									"type": "text"
								},
								{
									"key": "jumlah_box[]",
									"value": "6",
									"type": "text"
								},
								{
									"key": "jumlah_box[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "kuantitas_box[]",
									"value": "4",
									"type": "text"
								},
								{
									"key": "kuantitas_box[]",
									"value": "5",
									"type": "text"
								},
								{
									"key": "kuantitas_box[]",
									"value": "6",
									"type": "text"
								},
								{
									"key": "kuantitas_box[]",
									"value": "2",
									"type": "text"
								},
								{
									"key": "satuan_box[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "satuan_box[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "satuan_box[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "satuan_box[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "aksi[]",
									"value": "Next delivery",
									"type": "text"
								},
								{
									"key": "aksi[]",
									"value": "Next delivery",
									"type": "text"
								},
								{
									"key": "aksi[]",
									"value": "Next delivery",
									"type": "text"
								},
								{
									"key": "aksi[]",
									"value": "Next delivery",
									"type": "text"
								},
								{
									"key": "kuantitas_produk_box[0][]",
									"value": "2",
									"type": "text"
								},
								{
									"key": "kuantitas_produk_box[0][]",
									"value": "2",
									"type": "text"
								},
								{
									"key": "kuantitas_produk_box[1][]",
									"value": "13",
									"type": "text"
								},
								{
									"key": "kuantitas_produk_box[1][]",
									"value": "2",
									"type": "text"
								},
								{
									"key": "kuantitas_produk_box[2][]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "kuantitas_produk_box[2][]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "kuantitas_produk_box[2][]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "kuantitas_produk_box[2][]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "kuantitas_produk_box[2][]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "kuantitas_produk_box[2][]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "kuantitas_produk_box[3][]",
									"value": "2",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/tally_sheets/BM220623-TO006",
							"host": [
								"{{url}}"
							],
							"path": [
								"tally_sheets",
								"BM220623-TO006"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/tally_sheets/57",
							"host": [
								"{{url}}"
							],
							"path": [
								"tally_sheets",
								"57"
							]
						}
					},
					"response": []
				},
				{
					"name": "Submit",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/tally_sheets/submit/BM220623-TO006",
							"host": [
								"{{url}}"
							],
							"path": [
								"tally_sheets",
								"submit",
								"BM220623-TO006"
							]
						}
					},
					"response": []
				},
				{
					"name": "Cancel",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/tally_sheets/cancel/BM220623-TO004",
							"host": [
								"{{url}}"
							],
							"path": [
								"tally_sheets",
								"cancel",
								"BM220623-TO004"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Tally Sheet Draft Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/get_new_tally_sheet_draft_code/sales_orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_tally_sheet_draft_code",
								"sales_orders"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Get New Tally Sheet Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/get_new_tally_sheet_code/sales_orders?tanggal={{current_date}}",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_tally_sheet_code",
								"sales_orders"
							],
							"query": [
								{
									"key": "tanggal",
									"value": "{{current_date}}"
								}
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Available Customers",
					"request": {
						"method": "GET",
						"header": [
							{
								"warning": "This is a duplicate header and will be overridden by the Authorization header generated by Postman.",
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/tally_sheets_available_customers?include_tally_sheet_sales_orders=1",
							"host": [
								"{{url}}"
							],
							"path": [
								"tally_sheets_available_customers"
							],
							"query": [
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "nomor_telepon",
									"value": "2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "active",
									"disabled": true
								},
								{
									"key": "include_tally_sheet_sales_orders",
									"value": "1"
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nomor_telepon",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "CUS-00001",
									"disabled": true
								},
								{
									"key": "id",
									"value": "1",
									"disabled": true
								}
							]
						},
						"description": "List of available product in create or update form."
					},
					"response": []
				},
				{
					"name": "Available Suppliers",
					"request": {
						"method": "GET",
						"header": [
							{
								"warning": "This is a duplicate header and will be overridden by the Authorization header generated by Postman.",
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/tally_sheets_available_suppliers?include_tally_sheet_purchase_returns=1",
							"host": [
								"{{url}}"
							],
							"path": [
								"tally_sheets_available_suppliers"
							],
							"query": [
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "nomor_telepon",
									"value": "2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "active",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nomor_telepon",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "CUS-00001",
									"disabled": true
								},
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "include_tally_sheet_purchase_returns",
									"value": "1"
								}
							]
						},
						"description": "List of available product in create or update form."
					},
					"response": []
				},
				{
					"name": "Available Sales Orders",
					"request": {
						"method": "GET",
						"header": [
							{
								"warning": "This is a duplicate header and will be overridden by the Authorization header generated by Postman.",
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/tally_sheets_available_sales_orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"tally_sheets_available_sales_orders"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_pelanggan",
									"value": "1",
									"description": "For update page.",
									"disabled": true
								},
								{
									"key": "include_tally_sheet_sales_orders",
									"value": "1",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						},
						"description": "List of submitted sales order for create or update form."
					},
					"response": []
				},
				{
					"name": "Available Purchase Returns",
					"request": {
						"method": "GET",
						"header": [
							{
								"warning": "This is a duplicate header and will be overridden by the Authorization header generated by Postman.",
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/tally_sheets_available_purchase_returns",
							"host": [
								"{{url}}"
							],
							"path": [
								"tally_sheets_available_purchase_returns"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_pelanggan",
									"value": "1",
									"description": "For update page.",
									"disabled": true
								},
								{
									"key": "include_tally_sheet_purchase_returns",
									"value": "1",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						},
						"description": "List of submitted sales order for create or update form."
					},
					"response": []
				}
			]
		},
		{
			"name": "Delivery Notes",
			"item": [
				{
					"name": "Details",
					"item": [
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/delivery_note_details/1?urutkan_berdasarkan[]=nama_alias_produk&urutan[]=asc",
									"host": [
										"{{url}}"
									],
									"path": [
										"delivery_note_details",
										"1"
									],
									"query": [
										{
											"key": "nama_alias_produk",
											"value": "AN",
											"description": "Equals.",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "status",
											"value": "",
											"description": "Done or not.",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama_alias_produk"
										},
										{
											"key": "urutan[]",
											"value": "asc"
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"var moment = require(\"moment\");\r",
									"\r",
									"pm.environment.set('current_date', moment().format((\"YYYY-MM-DD\")))"
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "pelanggan",
									"value": "2",
									"description": "customer_id",
									"type": "text"
								},
								{
									"key": "alamat_pelanggan",
									"value": "3",
									"description": "customer_address_id",
									"type": "text"
								},
								{
									"key": "penerima",
									"value": "2",
									"type": "text"
								},
								{
									"key": "alamat_penerima",
									"value": "3",
									"type": "text"
								},
								{
									"key": "kendaraan",
									"value": "Vario",
									"type": "text"
								},
								{
									"key": "pengirim",
									"value": "Pengirim 3",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "Catatan 3",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "id_tally_sheet[]",
									"value": "5",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/delivery_notes",
							"host": [
								"{{url}}"
							],
							"path": [
								"delivery_notes"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/delivery_notes",
							"host": [
								"{{url}}"
							],
							"path": [
								"delivery_notes"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220627-SJ001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"description": "customer_name",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "kode_pelanggan",
									"value": "",
									"disabled": true
								},
								{
									"key": "kendaraan",
									"value": "Skuter",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kendaraan",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Select",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer_token}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/select_delivery_notes",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_delivery_notes"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220627-SJ001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"description": "customer_name",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "kode_pelanggan",
									"value": "",
									"disabled": true
								},
								{
									"key": "kendaraan",
									"value": "Skuter",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kendaraan",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "pelanggan",
									"value": "CUS-00001",
									"type": "text"
								},
								{
									"key": "alamat_pelanggan",
									"value": "1",
									"type": "text"
								},
								{
									"key": "penerima",
									"value": "CUS-00002",
									"type": "text"
								},
								{
									"key": "alamat_penerima",
									"value": "a_pelanggan_baru",
									"type": "text"
								},
								{
									"key": "kendaraan",
									"value": "Skuter",
									"type": "text"
								},
								{
									"key": "pengirim",
									"value": "Megawatiiii",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "cc",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "terkirim",
									"value": "1",
									"type": "text"
								},
								{
									"key": "id_tally_sheet[]",
									"value": "BM220629-TO001",
									"type": "text"
								},
								{
									"key": "id_tally_sheet[]",
									"value": "BM220629-TO002",
									"type": "text",
									"disabled": true
								}
							]
						},
						"url": {
							"raw": "{{url}}/delivery_notes/BM220704-SJ001",
							"host": [
								"{{url}}"
							],
							"path": [
								"delivery_notes",
								"BM220704-SJ001"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/delivery_notes/BM220630-SJ001",
							"host": [
								"{{url}}"
							],
							"path": [
								"delivery_notes",
								"BM220630-SJ001"
							]
						}
					},
					"response": []
				},
				{
					"name": "Submit",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/delivery_notes/submit/BM220630-SJ001",
							"host": [
								"{{url}}"
							],
							"path": [
								"delivery_notes",
								"submit",
								"BM220630-SJ001"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delivered",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "penerima",
									"value": "",
									"type": "text"
								},
								{
									"key": "alamat_penerima",
									"value": "",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/delivery_notes/delivered/3",
							"host": [
								"{{url}}"
							],
							"path": [
								"delivery_notes",
								"delivered",
								"3"
							]
						}
					},
					"response": []
				},
				{
					"name": "Cancel",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/delivery_notes/cancel/BM220701-SJ001",
							"host": [
								"{{url}}"
							],
							"path": [
								"delivery_notes",
								"cancel",
								"BM220701-SJ001"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Delivery Note Draft Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/get_new_delivery_note_draft_code",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_delivery_note_draft_code"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Get New Delivery Note Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/get_new_delivery_note_code?tanggal={{current_date}}",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_delivery_note_code"
							],
							"query": [
								{
									"key": "tanggal",
									"value": "{{current_date}}"
								}
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Available Customers",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/delivery_notes_available_customers",
							"host": [
								"{{url}}"
							],
							"path": [
								"delivery_notes_available_customers"
							],
							"query": [
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "nomor_telepon",
									"value": "2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "active",
									"disabled": true
								},
								{
									"key": "include_delivery_note_customers",
									"value": "1",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nomor_telepon",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "CUS-00004",
									"disabled": true
								},
								{
									"key": "id",
									"value": "1",
									"disabled": true
								}
							]
						},
						"description": "List of available product in create or update form."
					},
					"response": []
				},
				{
					"name": "Available Suppliers",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/delivery_notes_available_suppliers",
							"host": [
								"{{url}}"
							],
							"path": [
								"delivery_notes_available_suppliers"
							],
							"query": [
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "nomor_telepon",
									"value": "2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "active",
									"disabled": true
								},
								{
									"key": "include_delivery_note_suppliers",
									"value": "1",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nomor_telepon",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "CUS-00004",
									"disabled": true
								},
								{
									"key": "id",
									"value": "1",
									"disabled": true
								}
							]
						},
						"description": "List of available product in create or update form."
					},
					"response": []
				},
				{
					"name": "Available Tally Sheets",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/delivery_notes_available_tally_sheets?id_pelanggan=1&include_delivery_note_tally_sheets=1",
							"host": [
								"{{url}}"
							],
							"path": [
								"delivery_notes_available_tally_sheets"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_pelanggan",
									"value": "1"
								},
								{
									"key": "include_delivery_note_tally_sheets",
									"value": "1"
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "gudang",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						},
						"description": "List of submitted sales order for create or update form."
					},
					"response": []
				}
			],
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "Currencies",
			"item": [
				{
					"name": "Create",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "nama",
									"value": "IDR",
									"description": "required|min:2|max:100",
									"type": "text"
								},
								{
									"key": "deskripsi",
									"value": "",
									"description": "max:255",
									"type": "text"
								},
								{
									"key": "karyawan[]",
									"value": "1",
									"type": "text",
									"disabled": true
								},
								{
									"key": "karyawan[]",
									"value": "2",
									"type": "text",
									"disabled": true
								}
							]
						},
						"url": {
							"raw": "{{url}}/currencies",
							"host": [
								"{{url}}"
							],
							"path": [
								"currencies"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/select_currencies",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_currencies"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "C-00001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "USD",
									"disabled": true
								},
								{
									"key": "deskripsi",
									"value": "d",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "deskripsi",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Select",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/currencies",
							"host": [
								"{{url}}"
							],
							"path": [
								"currencies"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "C-00001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "USD",
									"disabled": true
								},
								{
									"key": "deskripsi",
									"value": "d",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "deskripsi",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "nama",
									"value": "USD",
									"description": "required|min:2|max:100",
									"type": "text"
								},
								{
									"key": "deskripsi",
									"value": "Deskripsi 2",
									"description": "max:255",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/currencies/2",
							"host": [
								"{{url}}"
							],
							"path": [
								"currencies",
								"2"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/currencies/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"currencies",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Currency Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/get_new_currency_code",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_currency_code"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				}
			],
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "Chart of Accounts",
			"item": [
				{
					"name": "Categories",
					"item": [
						{
							"name": "Select",
							"protocolProfileBehavior": {
								"disableBodyPruning": true,
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{url}}/select_chart_of_account_categories",
									"host": [
										"{{url}}"
									],
									"path": [
										"select_chart_of_account_categories"
									],
									"query": [
										{
											"key": "kode",
											"value": "001",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "nama",
											"value": "1",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "kode",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "kategori",
									"value": "22",
									"type": "text"
								},
								{
									"key": "induk",
									"value": "",
									"type": "text"
								},
								{
									"key": "nama",
									"value": "Beban 6",
									"type": "text"
								},
								{
									"key": "tanggal",
									"value": "2022-07-01",
									"type": "text"
								},
								{
									"key": "mata_uang",
									"value": "1",
									"type": "text"
								},
								{
									"key": "kurs",
									"value": "1",
									"type": "text"
								},
								{
									"key": "saldo_awal",
									"value": "800000",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Active",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/chart_of_accounts",
							"host": [
								"{{url}}"
							],
							"path": [
								"chart_of_accounts"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/chart_of_accounts",
							"host": [
								"{{url}}"
							],
							"path": [
								"chart_of_accounts"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "11101",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "Piutang 1.2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "an",
									"disabled": true
								},
								{
									"key": "kurs",
									"value": "1",
									"disabled": true
								},
								{
									"key": "saldo_awal",
									"value": "100000",
									"disabled": true
								},
								{
									"key": "catatan",
									"value": "",
									"disabled": true
								},
								{
									"key": "kode_kategori",
									"value": "111",
									"disabled": true
								},
								{
									"key": "nama_kategori",
									"value": "Piutang",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Select",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/select_chart_of_accounts",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_chart_of_accounts"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "11101",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "Piutang 1.2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "an",
									"disabled": true
								},
								{
									"key": "kurs",
									"value": "1",
									"disabled": true
								},
								{
									"key": "saldo_awal",
									"value": "100000",
									"disabled": true
								},
								{
									"key": "catatan",
									"value": "",
									"disabled": true
								},
								{
									"key": "kode_kategori",
									"value": "111",
									"disabled": true
								},
								{
									"key": "nama_kategori",
									"value": "Piutang",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "kategori",
									"value": "2",
									"type": "text"
								},
								{
									"key": "induk",
									"value": "5",
									"type": "text"
								},
								{
									"key": "nama",
									"value": "Piutang 1.3",
									"type": "text"
								},
								{
									"key": "tanggal",
									"value": "2022-07-01",
									"type": "text"
								},
								{
									"key": "mata_uang",
									"value": "1",
									"type": "text"
								},
								{
									"key": "kurs",
									"value": "1",
									"type": "text"
								},
								{
									"key": "saldo_awal",
									"value": "300000",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Active",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/chart_of_accounts/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"chart_of_accounts",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/chart_of_accounts/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"chart_of_accounts",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Chart of Account Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/get_new_chart_of_account_code?kategori=2",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_chart_of_account_code"
							],
							"query": [
								{
									"key": "kategori",
									"value": "2"
								},
								{
									"key": "induk",
									"value": "1",
									"disabled": true
								}
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Filter by Category Code",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/filter_chart_of_accounts?kode_kategori[]=511&kode_kategori[]=512",
							"host": [
								"{{url}}"
							],
							"path": [
								"filter_chart_of_accounts"
							],
							"query": [
								{
									"key": "kode_kategori[]",
									"value": "511"
								},
								{
									"key": "kode_kategori[]",
									"value": "512"
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Payment Methods",
			"item": [
				{
					"name": "Create",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "nama",
									"value": "Metode Piutang 1.2",
									"type": "text"
								},
								{
									"key": "bagan_akun",
									"value": "7",
									"type": "text"
								},
								{
									"key": "deskripsi",
									"value": "Deskripsi 5",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Active",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/payment_methods",
							"host": [
								"{{url}}"
							],
							"path": [
								"payment_methods"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/payment_methods",
							"host": [
								"{{url}}"
							],
							"path": [
								"payment_methods"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "PM-00001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "Piutang 1.2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Active",
									"disabled": true
								},
								{
									"key": "id_bagan_akun",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode_bagan_akun",
									"value": "111",
									"disabled": true
								},
								{
									"key": "nama_bagan_akun",
									"value": "Piutang",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "nama",
									"value": "Metode Piutang 1.2",
									"type": "text"
								},
								{
									"key": "bagan_akun",
									"value": "7",
									"type": "text"
								},
								{
									"key": "deskripsi",
									"value": "Deskripsi 5",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Active",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/payment_methods/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"payment_methods",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/payment_methods/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"payment_methods",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Payment Method Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/get_new_payment_method_code",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_payment_method_code"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				}
			]
		},
		{
			"name": "Sales Invoices",
			"item": [
				{
					"name": "Details",
					"item": [
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/sales_invoice_details/BM220603-SO001?urutkan_berdasarkan[]=nama_alias_produk&urutan[]=asc",
									"host": [
										"{{url}}"
									],
									"path": [
										"sales_invoice_details",
										"BM220603-SO001"
									],
									"query": [
										{
											"key": "nama_alias_produk",
											"value": "AN",
											"description": "Equals.",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "status",
											"value": "",
											"description": "Done or not.",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama_alias_produk"
										},
										{
											"key": "urutan[]",
											"value": "asc"
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"var moment = require(\"moment\");\r",
									"\r",
									"pm.environment.set('current_date', moment().format((\"YYYY-MM-DD\")))"
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "tipe",
									"value": "Lokal",
									"type": "text"
								},
								{
									"key": "penerima",
									"value": "2",
									"type": "text"
								},
								{
									"key": "alamat_penerima",
									"value": "3",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "Catatan 3",
									"type": "text"
								},
								{
									"key": "termasuk_pajak",
									"value": "0",
									"type": "text"
								},
								{
									"key": "uang_muka",
									"value": "5000",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "id_surat_jalan[]",
									"value": "3",
									"type": "text"
								},
								{
									"key": "nama_alias_produk[]",
									"value": "Bagian 1 Grade 1 Merk 2",
									"type": "text"
								},
								{
									"key": "kuantitas[]",
									"value": "2",
									"type": "text"
								},
								{
									"key": "satuan[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "harga[]",
									"value": "50000",
									"type": "text"
								},
								{
									"key": "persentase_diskon[]",
									"value": "10",
									"type": "text"
								},
								{
									"key": "diskon_tetap[]",
									"value": "10000",
									"type": "text"
								},
								{
									"key": "ppn[]",
									"value": "2000",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/sales_invoices",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_invoices"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/sales_invoices",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_invoices"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220627-SJ001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "penerima",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "kode_penerima",
									"value": "",
									"disabled": true
								},
								{
									"key": "tipe",
									"value": "Lokal",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "penerima",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tipe",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Select",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer_token}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/select_sales_invoices",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_sales_invoices"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220627-SJ001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "penerima",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "kode_penerima",
									"value": "",
									"disabled": true
								},
								{
									"key": "tipe",
									"value": "Lokal",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "penerima",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tipe",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Read (Bypass)",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/sales_invoices",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_invoices"
							],
							"query": [
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "kode_pelanggan",
									"value": "",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "kode_faktur_penjualan",
									"value": "LO-DRAFT-00001",
									"type": "text"
								},
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "tipe",
									"value": "Lokal",
									"type": "text",
									"disabled": true
								},
								{
									"key": "penerima",
									"value": "1",
									"type": "text"
								},
								{
									"key": "alamat_penerima",
									"value": "1",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "cccc",
									"type": "text"
								},
								{
									"key": "termasuk_pajak",
									"value": "1",
									"type": "text"
								},
								{
									"key": "uang_muka",
									"value": "0",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "id_surat_jalan[]",
									"value": "BM220704-SJ001",
									"type": "text"
								},
								{
									"key": "id_surat_jalan[]",
									"value": "BM220704-SJ002",
									"type": "text"
								},
								{
									"key": "nama_alias_produk[]",
									"value": "AN",
									"type": "text"
								},
								{
									"key": "nama_alias_produk[]",
									"value": "AN2",
									"type": "text"
								},
								{
									"key": "nama_alias_produk[]",
									"value": "AN2",
									"type": "text",
									"disabled": true
								},
								{
									"key": "kuantitas[]",
									"value": "10",
									"type": "text"
								},
								{
									"key": "kuantitas[]",
									"value": "5",
									"type": "text"
								},
								{
									"key": "kuantitas[]",
									"value": "2.9",
									"type": "text",
									"disabled": true
								},
								{
									"key": "satuan[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "satuan[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "satuan[]",
									"value": "kg",
									"type": "text",
									"disabled": true
								},
								{
									"key": "harga[]",
									"value": "10000",
									"type": "text"
								},
								{
									"key": "harga[]",
									"value": "5000",
									"type": "text"
								},
								{
									"key": "harga[]",
									"value": "10000",
									"type": "text",
									"disabled": true
								},
								{
									"key": "persentase_diskon[]",
									"value": "90",
									"type": "text"
								},
								{
									"key": "persentase_diskon[]",
									"value": "0",
									"type": "text"
								},
								{
									"key": "persentase_diskon[]",
									"value": "50",
									"type": "text",
									"disabled": true
								},
								{
									"key": "diskon_tetap[]",
									"value": "500",
									"type": "text"
								},
								{
									"key": "diskon_tetap[]",
									"value": "5000",
									"type": "text"
								},
								{
									"key": "diskon_tetap[]",
									"value": "2500",
									"type": "text",
									"disabled": true
								},
								{
									"key": "ppn[]",
									"value": "100",
									"type": "text"
								},
								{
									"key": "ppn[]",
									"value": "1000",
									"type": "text"
								},
								{
									"key": "ppn[]",
									"value": "500",
									"type": "text",
									"disabled": true
								}
							]
						},
						"url": {
							"raw": "{{url}}/sales_invoices",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_invoices"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/sales_invoices?kode_faktur_penjualan=LO-DRAFT-00001",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_invoices"
							],
							"query": [
								{
									"key": "kode_faktur_penjualan",
									"value": "LO-DRAFT-00001"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Submit",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/sales_invoices/submit?kode_faktur_penjualan=BM/2207/00001",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_invoices",
								"submit"
							],
							"query": [
								{
									"key": "kode_faktur_penjualan",
									"value": "BM/2207/00001"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Change Submitted to Draft Status",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/sales_invoices/submitted_to_draft?kode_faktur_penjualan=BM/2207/00001",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_invoices",
								"submitted_to_draft"
							],
							"query": [
								{
									"key": "kode_faktur_penjualan",
									"value": "BM/2207/00001"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Cancel",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/sales_invoices/cancel?kode_faktur_penjualan=BM/2207/00001",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_invoices",
								"cancel"
							],
							"query": [
								{
									"key": "kode_faktur_penjualan",
									"value": "BM/2207/00001"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Void",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/sales_invoices/void?kode_faktur_penjualan=BM/2207/00001",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_invoices",
								"void"
							],
							"query": [
								{
									"key": "kode_faktur_penjualan",
									"value": "BM/2207/00001"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Standard Sales Invoice Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/get_new_standard_sales_invoice_code?tanggal={{current_date}}",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_standard_sales_invoice_code"
							],
							"query": [
								{
									"key": "tanggal",
									"value": "{{current_date}}"
								}
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Get New Local Sales Invoice Code",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"var moment = require('moment');\r",
									"\r",
									"pm.environment.set('current_date', moment().format((\"YYYY-MM-DD\")));"
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/get_new_local_sales_invoice_code?tanggal={{current_date}}",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_local_sales_invoice_code"
							],
							"query": [
								{
									"key": "tanggal",
									"value": "{{current_date}}"
								}
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Get New Sales Invoice Draft Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/get_new_sales_invoice_draft_code/Local",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_sales_invoice_draft_code",
								"Local"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Available Recipients",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/sales_invoices_available_recipients",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_invoices_available_recipients"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "CUS-00004",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "nomor_telepon",
									"value": "2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "active",
									"disabled": true
								},
								{
									"key": "include_sales_invoice_recipients",
									"value": "1",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nomor_telepon",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						},
						"description": "List of available product in create or update form."
					},
					"response": []
				},
				{
					"name": "Available Delivery Notes",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/sales_invoices_available_delivery_notes?include_sales_invoice_delivery_notes=1",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_invoices_available_delivery_notes"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "penerima",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_penerima",
									"value": "1",
									"disabled": true
								},
								{
									"key": "include_sales_invoice_delivery_notes",
									"value": "1"
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "penerima",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						},
						"description": "List of submitted sales order for create or update form."
					},
					"response": []
				},
				{
					"name": "Available Sales Orders",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/sales_invoices_available_sales_orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_invoices_available_sales_orders"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "penerima",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_penerima",
									"value": "1",
									"disabled": true
								},
								{
									"key": "include_sales_invoice_sales_orders",
									"value": "1",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "penerima",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						},
						"description": "List of submitted sales order for create or update form."
					},
					"response": []
				}
			]
		},
		{
			"name": "Sales Invoice Payments",
			"item": [
				{
					"name": "Details",
					"item": [
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/sales_invoices/1?urutkan_berdasarkan[]=nama_alias_produk&urutan[]=asc",
									"host": [
										"{{url}}"
									],
									"path": [
										"sales_invoices",
										"1"
									],
									"query": [
										{
											"key": "nama_alias_produk",
											"value": "AN",
											"description": "Equals.",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "status",
											"value": "",
											"description": "Done or not.",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama_alias_produk"
										},
										{
											"key": "urutan[]",
											"value": "asc"
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"var moment = require(\"moment\");\r",
									"\r",
									"pm.environment.set('current_date', moment().format((\"YYYY-MM-DD\")))"
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "pelanggan",
									"value": "2",
									"description": "customer_id",
									"type": "text"
								},
								{
									"key": "bagan_akun",
									"value": "1",
									"description": "warehouse_id",
									"type": "text"
								},
								{
									"key": "referensi",
									"value": "Reff",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "id_faktur_penjualan[]",
									"value": "3",
									"type": "text"
								},
								{
									"key": "terbayar[]",
									"value": "44600",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/sales_invoice_payments",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_invoice_payments"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/sales_invoice_payments",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_invoice_payments"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220721-PF002",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "2022-07-21",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "Pelanggan 2",
									"description": "customer_name",
									"disabled": true
								},
								{
									"key": "id_pelanggan",
									"value": "",
									"description": "customer_id",
									"disabled": true
								},
								{
									"key": "total",
									"value": "10000",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "pelanggan",
									"value": "1",
									"type": "text"
								},
								{
									"key": "bagan_akun",
									"value": "1",
									"type": "text"
								},
								{
									"key": "referensi",
									"value": "Referensi 1",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "id_faktur_penjualan[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "terbayar[]",
									"value": "9490",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/sales_invoice_payments/2",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_invoice_payments",
								"2"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/sales_invoice_payments/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_invoice_payments",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Submit",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/sales_invoice_payments/submit/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_invoice_payments",
								"submit",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Cancel",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/sales_invoice_payments/cancel/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_invoice_payments",
								"cancel",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Sales Invoice Payment Draft Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/get_new_sales_invoice_payment_draft_code",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_sales_invoice_payment_draft_code"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Get New Sales Invoice Payment Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/get_new_sales_invoice_payment_code?tanggal={{current_date}}",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_sales_invoice_payment_code"
							],
							"query": [
								{
									"key": "tanggal",
									"value": "{{current_date}}"
								}
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Available Customers",
					"request": {
						"method": "GET",
						"header": [
							{
								"warning": "This is a duplicate header and will be overridden by the Authorization header generated by Postman.",
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/sales_invoice_payments_available_customers",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_invoice_payments_available_customers"
							],
							"query": [
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "nomor_telepon",
									"value": "2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "active",
									"disabled": true
								},
								{
									"key": "include_sales_invoice_payment_customers",
									"value": "1",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nomor_telepon",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "CUS-00001",
									"disabled": true
								},
								{
									"key": "id",
									"value": "1",
									"disabled": true
								}
							]
						},
						"description": "List of available product in create or update form."
					},
					"response": []
				},
				{
					"name": "Available Sales Invoices",
					"request": {
						"method": "GET",
						"header": [
							{
								"warning": "This is a duplicate header and will be overridden by the Authorization header generated by Postman.",
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/sales_invoice_payments_available_sales_invoices?include_sales_invoice_payment_sales_invoices=1",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_invoice_payments_available_sales_invoices"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220721-PF001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_pelanggan",
									"value": "1",
									"description": "For update page.",
									"disabled": true
								},
								{
									"key": "include_sales_invoice_payment_sales_invoices",
									"value": "1"
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						},
						"description": "List of submitted sales order for create or update form."
					},
					"response": []
				}
			]
		},
		{
			"name": "Sales Returns",
			"item": [
				{
					"name": "Details",
					"item": [
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/sales_invoice_details/BM220603-SO001?urutkan_berdasarkan[]=nama_alias_produk&urutan[]=asc",
									"host": [
										"{{url}}"
									],
									"path": [
										"sales_invoice_details",
										"BM220603-SO001"
									],
									"query": [
										{
											"key": "nama_alias_produk",
											"value": "AN",
											"description": "Equals.",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "status",
											"value": "",
											"description": "Done or not.",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama_alias_produk"
										},
										{
											"key": "urutan[]",
											"value": "asc"
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"var moment = require(\"moment\");\r",
									"\r",
									"pm.environment.set('current_date', moment().format((\"YYYY-MM-DD\")))"
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "pelanggan",
									"value": "2",
									"type": "text"
								},
								{
									"key": "id_faktur_penjualan",
									"value": "3",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "Catatan",
									"type": "text"
								},
								{
									"key": "termasuk_pajak",
									"value": "0",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "id_produk[]",
									"value": "3",
									"type": "text"
								},
								{
									"key": "kuantitas[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "susut[]",
									"value": "0",
									"type": "text"
								},
								{
									"key": "satuan[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "harga[]",
									"value": "50000",
									"type": "text"
								},
								{
									"key": "persentase_diskon[]",
									"value": "10",
									"type": "text"
								},
								{
									"key": "diskon_tetap[]",
									"value": "500",
									"type": "text"
								},
								{
									"key": "ppn[]",
									"value": "100",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/sales_returns",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_returns"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/sales_returns",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_returns"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220627-SJ001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "penerima",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "kode_penerima",
									"value": "",
									"disabled": true
								},
								{
									"key": "tipe",
									"value": "Lokal",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "penerima",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tipe",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Select",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer_token}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/select_sales_returns",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_sales_returns"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220627-SJ001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "penerima",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "kode_penerima",
									"value": "",
									"disabled": true
								},
								{
									"key": "tipe",
									"value": "Lokal",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "penerima",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tipe",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Read (Bypass)",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/sales_invoices",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_invoices"
							],
							"query": [
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "kode_pelanggan",
									"value": "",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "pelanggan",
									"value": "1",
									"type": "text"
								},
								{
									"key": "id_faktur_penjualan",
									"value": "1",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "Cat 1",
									"type": "text"
								},
								{
									"key": "termasuk_pajak",
									"value": "1",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "id_produk[]",
									"value": "3",
									"type": "text"
								},
								{
									"key": "kuantitas[]",
									"value": "2.5",
									"type": "text"
								},
								{
									"key": "susut[]",
									"value": "0",
									"type": "text"
								},
								{
									"key": "satuan[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "harga[]",
									"value": "10000",
									"type": "text"
								},
								{
									"key": "persentase_diskon[]",
									"value": "90",
									"type": "text"
								},
								{
									"key": "diskon_tetap[]",
									"value": "500",
									"type": "text"
								},
								{
									"key": "ppn[]",
									"value": "100",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/sales_returns/44",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_returns",
								"44"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/sales_returns/44",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_returns",
								"44"
							]
						}
					},
					"response": []
				},
				{
					"name": "Submit",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/sales_returns/submit/44",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_returns",
								"submit",
								"44"
							]
						}
					},
					"response": []
				},
				{
					"name": "Cancel",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/sales_returns/cancel/52",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_returns",
								"cancel",
								"52"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Sales Return Draft Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/get_new_sales_return_draft_code",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_sales_return_draft_code"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Get New Sales Return Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/get_new_sales_return_code?tanggal={{current_date}}",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_sales_return_code"
							],
							"query": [
								{
									"key": "tanggal",
									"value": "{{current_date}}"
								}
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Available Customers",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/sales_returns_available_customers",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_returns_available_customers"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "CUS-00004",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "nomor_telepon",
									"value": "2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Active",
									"disabled": true
								},
								{
									"key": "include_sales_return_customers",
									"value": "26",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nomor_telepon",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						},
						"description": "List of available product in create or update form."
					},
					"response": []
				},
				{
					"name": "Available Sales Invoices",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/sales_returns_available_sales_invoices?include_sales_return_sales_invoices=26",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_returns_available_sales_invoices"
							],
							"query": [
								{
									"key": "id",
									"value": "2",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "penerima",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_penerima",
									"value": "2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "penerima",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "include_sales_return_sales_invoices",
									"value": "26"
								}
							]
						},
						"description": "List of submitted sales order for create or update form."
					},
					"response": []
				},
				{
					"name": "Available Products",
					"request": {
						"method": "GET",
						"header": [
							{
								"warning": "This is a duplicate header and will be overridden by the Authorization header generated by Postman.",
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/sales_returns_available_products?id_faktur_penjualan=1",
							"host": [
								"{{url}}"
							],
							"path": [
								"sales_returns_available_products"
							],
							"query": [
								{
									"key": "id",
									"value": "3",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "STO-000001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "2",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "1",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "Merk 2",
									"disabled": true
								},
								{
									"key": "grup",
									"value": "Lokal",
									"disabled": true
								},
								{
									"key": "kategori",
									"value": "n",
									"disabled": true
								},
								{
									"key": "id_faktur_penjualan",
									"value": "1"
								}
							]
						},
						"description": "List of active product for create or update form."
					},
					"response": []
				}
			]
		},
		{
			"name": "Misc",
			"item": [
				{
					"name": "Test",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/test",
							"host": [
								"{{url}}"
							],
							"path": [
								"test"
							],
							"query": [
								{
									"key": "nama",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "deskripsi",
									"value": "D1",
									"disabled": true
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Adjustment",
			"item": [
				{
					"name": "Details",
					"item": [
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/adjustment_details/20",
									"host": [
										"{{url}}"
									],
									"path": [
										"adjustment_details",
										"20"
									],
									"query": [
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "status",
											"value": "",
											"description": "Done or not.",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer_token}}",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "warehouse_id",
									"value": "1",
									"type": "text"
								},
								{
									"key": "adjustment_date",
									"value": "2022-08-25",
									"type": "text"
								},
								{
									"key": "status",
									"value": "publish",
									"type": "text"
								},
								{
									"key": "notes",
									"value": "test",
									"type": "text"
								},
								{
									"key": "product_id[]",
									"value": "2",
									"type": "text"
								},
								{
									"key": "qty_before[]",
									"value": "0",
									"type": "text"
								},
								{
									"key": "qty_after[]",
									"value": "10",
									"type": "text"
								},
								{
									"key": "product_id[]",
									"value": "2",
									"type": "text",
									"disabled": true
								},
								{
									"key": "qty_before[]",
									"value": "2",
									"type": "text",
									"disabled": true
								},
								{
									"key": "qty_after[]",
									"value": "3",
									"type": "text",
									"disabled": true
								}
							]
						},
						"url": {
							"raw": "{{url}}/adjustments",
							"host": [
								"{{url}}"
							],
							"path": [
								"adjustments"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/adjustments",
							"host": [
								"{{url}}"
							],
							"path": [
								"adjustments"
							],
							"query": [
								{
									"key": "id",
									"value": "5",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer_token}}",
									"type": "string"
								}
							]
						},
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "warehouse_id",
									"value": "2",
									"type": "text"
								},
								{
									"key": "adjustment_date",
									"value": "2022-08-25",
									"type": "text"
								},
								{
									"key": "status",
									"value": "publish",
									"description": "draft;publish;",
									"type": "text"
								},
								{
									"key": "notes",
									"value": "test",
									"type": "text"
								},
								{
									"key": "product_id[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "qty_before[]",
									"value": "0",
									"type": "text"
								},
								{
									"key": "qty_after[]",
									"value": "20.5",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/adjustments/4",
							"host": [
								"{{url}}"
							],
							"path": [
								"adjustments",
								"4"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/adjustments/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"adjustments",
								"1"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Stock Mutation",
			"item": [
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer_token}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/stockmutations",
							"host": [
								"{{url}}"
							],
							"path": [
								"stockmutations"
							],
							"query": [
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Goods Request",
			"item": [
				{
					"name": "Details",
					"item": [
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/goodsrequest_details/1",
									"host": [
										"{{url}}"
									],
									"path": [
										"goodsrequest_details",
										"1"
									],
									"query": [
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "status",
											"value": "",
											"description": "Done or not.",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer_token}}",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "warehouse_source",
									"value": "1",
									"type": "text"
								},
								{
									"key": "warehouse_destination",
									"value": "2",
									"type": "text"
								},
								{
									"key": "date",
									"value": "2022-07-22",
									"type": "text"
								},
								{
									"key": "status",
									"value": "draft",
									"description": "draft;publish;",
									"type": "text"
								},
								{
									"key": "notes",
									"value": "test",
									"type": "text"
								},
								{
									"key": "type",
									"value": "send",
									"description": "send",
									"type": "text"
								},
								{
									"key": "product_id[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "qty[]",
									"value": "5",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/goodsrequests",
							"host": [
								"{{url}}"
							],
							"path": [
								"goodsrequests"
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiNGQ2MGE5OGRjYjA4OTAyNzg0MjdiYzM2YTYwZWRhYWNiODIwZmRmODhlMDQ0ZGFlM2ZlMmU2MTFjYzMzMzQ3ODZmOTE5NjFhZTJlNTBiNWMiLCJpYXQiOjE2NTc4NzgwNzQuMjIzMDY4LCJuYmYiOjE2NTc4NzgwNzQuMjIzMDY5LCJleHAiOjE2ODk0MTQwNzQuMjE5NzE3LCJzdWIiOiIxIiwic2NvcGVzIjpbXX0.O0eqbQmxifmziTZS6ZZW5p6Gdc0gAB5pV9vjpE97ibf3iX7PadBvyHxD3dpL_7Juy5jfc-Gk4TyCZ3Wy2Yl72ZZRzWol_bVFoS7VcA7LlnLHDtpacswSgcq8xSLanmD7HXIWAVRcLZKkoDkj9h73JDW7Uyc3_JKQEUCu54lKyFIdqcV-XMP6Hvri1LchM-y3FcKhdO6havqLeqAun37WuamPdtn_M-kZP1Cts3pMGH5rvSCe9LTcrYFbydEzdCPcJj-LM-S-a4Qg4XIwcp_ZXfVSYm2BfmopH-tFKXEin3QIZq87CIvbeWG3tsu6jD62bR8GeeBd9aY4vaWNxtLV7xxu-O-Zsx-v2nwC3RGHtNeTV6MwimdUICSv7Q9ylxAa-Vi3H6mmF46cqiB-z111fdFTP5XE73iC4G6dbvzFd7QDjCqCnUMDhuRoa1tMzNbuWPot0c1dD7LHuO51ES7SGy2jPFe08tkEJSlzoaCdPjI8x5lCLf3FCCNXVRrxmw1vtQ33v5-R-unhaO2viEpWsszSyMy0334qjtJ-yK56l82ac1JOqFeUDEOK4KIlieH873mEukdUw_8Sx3iiIsDgdlXP2jyS0GYKuV6utIGlPOOHKx6YZjcYrTpDhbviUfWpijv0ejmBulfYDo_KzeVz-FbUFOqKmTqIztg-9lk-5HY",
									"type": "string"
								}
							]
						},
						"method": "PUT",
						"header": [],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "warehouse_source",
									"value": "1",
									"type": "text"
								},
								{
									"key": "warehouse_destination",
									"value": "2",
									"type": "text"
								},
								{
									"key": "date",
									"value": "2022-07-22",
									"type": "text"
								},
								{
									"key": "status",
									"value": "draft",
									"description": "draft;publish;",
									"type": "text"
								},
								{
									"key": "notes",
									"value": "testing update",
									"type": "text"
								},
								{
									"key": "type",
									"value": "send",
									"description": "send",
									"type": "text"
								},
								{
									"key": "product_id[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "qty[]",
									"value": "5",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/goodsrequests/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"goodsrequests",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/goodsrequests",
							"host": [
								"{{url}}"
							],
							"path": [
								"goodsrequests"
							],
							"query": [
								{
									"key": "id",
									"value": "9",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/goodsrequests/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"goodsrequests",
								"1"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Tally Sheet Transfer",
			"item": [
				{
					"name": "Create",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"var moment = require(\"moment\");\r",
									"\r",
									"pm.environment.set('current_date', moment().format((\"YYYY-MM-DD\")))"
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer}}",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"description": "customer_id",
									"type": "text"
								},
								{
									"key": "pemasok",
									"value": "2",
									"description": "warehouse_id",
									"type": "text",
									"disabled": true
								},
								{
									"key": "gudang",
									"value": "2",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "test",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "id_permintaan_barang[]",
									"value": "5",
									"type": "text"
								},
								{
									"key": "id_produk[]",
									"value": "3",
									"type": "text"
								},
								{
									"key": "jumlah_box[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "kuantitas_box[]",
									"value": "55",
									"type": "text",
									"disabled": true
								},
								{
									"key": "satuan_box[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "kuantitas_produk_box[0][]",
									"value": "40",
									"type": "text"
								},
								{
									"key": "kuantitas_produk_box[0][]",
									"value": "25",
									"type": "text",
									"disabled": true
								},
								{
									"key": "aksi[]",
									"value": "Done",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/tally_sheet_tf",
							"host": [
								"{{url}}"
							],
							"path": [
								"tally_sheet_tf"
							]
						}
					},
					"response": []
				},
				{
					"name": "Available Goods Request",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"warning": "This is a duplicate header and will be overridden by the Authorization header generated by Postman.",
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/tally_sheet_tf_available_goods_request",
							"host": [
								"{{url}}"
							],
							"path": [
								"tally_sheet_tf_available_goods_request"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pemasok",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_pemasok",
									"value": "1",
									"description": "For update page.",
									"disabled": true
								},
								{
									"key": "include_tally_sheet_purchase_orders",
									"value": "26",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pemasok",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						},
						"description": "List of submitted sales order for create or update form."
					},
					"response": []
				},
				{
					"name": "Select",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/select_tally_sheets?tipe=Sales",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_tally_sheets"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "tipe",
									"value": "Sales"
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"description": "customer_name",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "N1",
									"description": "warehouse_name",
									"disabled": true
								},
								{
									"key": "id_pelanggan",
									"value": "",
									"disabled": true
								},
								{
									"key": "gudang",
									"value": "N2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "gudang",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/tally_sheet_ins",
							"host": [
								"{{url}}"
							],
							"path": [
								"tally_sheet_ins"
							],
							"query": [
								{
									"key": "referensi",
									"value": "sales_returns",
									"disabled": true
								},
								{
									"key": "id",
									"value": "42",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"description": "customer_name",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "N1",
									"description": "warehouse_name",
									"disabled": true
								},
								{
									"key": "id_pelanggan",
									"value": "",
									"disabled": true
								},
								{
									"key": "gudang",
									"value": "N2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "gudang",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Goods Transfer",
			"item": [
				{
					"name": "Details",
					"item": [
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/goodstransfer_details/8",
									"host": [
										"{{url}}"
									],
									"path": [
										"goodstransfer_details",
										"8"
									],
									"query": [
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "status",
											"value": "",
											"description": "Done or not.",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Select",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/select_goods_transfer_details/2",
									"host": [
										"{{url}}"
									],
									"path": [
										"select_goods_transfer_details",
										"2"
									],
									"query": [
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "status",
											"value": "",
											"description": "Done or not.",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer_token}}",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "warehouse_source",
									"value": "1",
									"type": "text"
								},
								{
									"key": "warehouse_destination",
									"value": "2",
									"type": "text"
								},
								{
									"key": "date",
									"value": "2022-08-23",
									"type": "text"
								},
								{
									"key": "status",
									"value": "publish",
									"description": "draft;publish;",
									"type": "text"
								},
								{
									"key": "notes",
									"value": "test",
									"type": "text"
								},
								{
									"key": "type_process",
									"value": "send",
									"description": "send",
									"type": "text"
								},
								{
									"key": "product_id[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "current_qty[]",
									"value": "0",
									"type": "text"
								},
								{
									"key": "transfer_qty",
									"value": "5",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/goodstransfers",
							"host": [
								"{{url}}"
							],
							"path": [
								"goodstransfers"
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer}}",
									"type": "string"
								}
							]
						},
						"method": "PUT",
						"header": [],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "reference_no",
									"value": "BM220908-TO001",
									"type": "text"
								},
								{
									"key": "warehouse_source",
									"value": "2",
									"type": "text"
								},
								{
									"key": "warehouse_destination",
									"value": "3",
									"type": "text"
								},
								{
									"key": "date",
									"value": "2022-10-04",
									"type": "text"
								},
								{
									"key": "status",
									"value": "draft",
									"description": "draft;publish;",
									"type": "text"
								},
								{
									"key": "notes",
									"value": "testing update",
									"type": "text"
								},
								{
									"key": "type_process",
									"value": "receive",
									"description": "send|receive",
									"type": "text"
								},
								{
									"key": "product_id[]",
									"value": "7",
									"type": "text"
								},
								{
									"key": "current_qty[]",
									"value": "146",
									"type": "text"
								},
								{
									"key": "transfer_qty",
									"value": "1",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/goodstransfers/8",
							"host": [
								"{{url}}"
							],
							"path": [
								"goodstransfers",
								"8"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/goodstransfers",
							"host": [
								"{{url}}"
							],
							"path": [
								"goodstransfers"
							],
							"query": [
								{
									"key": "id",
									"value": "9",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Select",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/select_goodstransfers",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_goodstransfers"
							],
							"query": [
								{
									"key": "id",
									"value": "9",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/goodstransfers/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"goodstransfers",
								"1"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Production",
			"item": [
				{
					"name": "Production Input Detail",
					"item": [
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/production_input_details/6",
									"host": [
										"{{url}}"
									],
									"path": [
										"production_input_details",
										"6"
									],
									"query": [
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "status",
											"value": "",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Production output Detail",
					"item": [
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/production_output_details/6",
									"host": [
										"{{url}}"
									],
									"path": [
										"production_output_details",
										"6"
									],
									"query": [
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "status",
											"value": "",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer_token}}",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "warehouse_source",
									"value": "1",
									"type": "text"
								},
								{
									"key": "warehouse_destination",
									"value": "2",
									"type": "text"
								},
								{
									"key": "date",
									"value": "2022-07-22",
									"type": "text"
								},
								{
									"key": "status",
									"value": "draft",
									"description": "draft;publish;",
									"type": "text"
								},
								{
									"key": "notes",
									"value": "test",
									"type": "text"
								},
								{
									"key": "type_process",
									"value": "send",
									"description": "send",
									"type": "text"
								},
								{
									"key": "product_id[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "current_qty[]",
									"value": "5",
									"type": "text"
								},
								{
									"key": "transfer_qty",
									"value": "4",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/productions",
							"host": [
								"{{url}}"
							],
							"path": [
								"productions"
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer_token}}",
									"type": "string"
								}
							]
						},
						"method": "PUT",
						"header": [],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "date",
									"value": "2022-07-22",
									"type": "text"
								},
								{
									"key": "status",
									"value": "draft",
									"description": "draft;publish;",
									"type": "text"
								},
								{
									"key": "notes",
									"value": "testing update",
									"type": "text"
								},
								{
									"key": "product_input_id[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "warehouse_source_input_id[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "warehouse_destination_input_id[]",
									"value": "2",
									"type": "text"
								},
								{
									"key": "qty_input[]",
									"value": "5",
									"type": "text"
								},
								{
									"key": "product_output_id[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "warehouse_source_output_id[]",
									"value": "2",
									"type": "text"
								},
								{
									"key": "warehouse_destination_output_id[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "qty_output[]",
									"value": "2",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/productions/6",
							"host": [
								"{{url}}"
							],
							"path": [
								"productions",
								"6"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/productions",
							"host": [
								"{{url}}"
							],
							"path": [
								"productions"
							],
							"query": [
								{
									"key": "id",
									"value": "9",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/productions/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"productions",
								"1"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Suppliers",
			"item": [
				{
					"name": "Addresses",
					"item": [
						{
							"name": "Create",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "POST",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "urlencoded",
									"urlencoded": [
										{
											"key": "alamat[]",
											"value": "a1",
											"type": "text"
										},
										{
											"key": "kota[]",
											"value": "k1",
											"type": "text"
										},
										{
											"key": "kecamatan[]",
											"value": "kc1",
											"type": "text"
										},
										{
											"key": "kelurahan[]",
											"value": "kl1",
											"type": "text"
										},
										{
											"key": "kode_pos[]",
											"value": "1",
											"type": "text"
										},
										{
											"key": "alamat[]",
											"value": "a11",
											"type": "text"
										},
										{
											"key": "kota[]",
											"value": "k11",
											"type": "text"
										},
										{
											"key": "kecamatan[]",
											"value": "kc11",
											"type": "text"
										},
										{
											"key": "kelurahan[]",
											"value": "kl11",
											"type": "text"
										},
										{
											"key": "kode_pos[]",
											"value": "11",
											"type": "text"
										}
									]
								},
								"url": {
									"raw": "{{url}}/supplier_addresses/3",
									"host": [
										"{{url}}"
									],
									"path": [
										"supplier_addresses",
										"3"
									]
								}
							},
							"response": []
						},
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disableBodyPruning": true,
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{url}}/supplier_addresses?id_pemasok=1",
									"host": [
										"{{url}}"
									],
									"path": [
										"supplier_addresses"
									],
									"query": [
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "alamat",
											"value": "a1",
											"disabled": true
										},
										{
											"key": "kota",
											"value": "k11",
											"disabled": true
										},
										{
											"key": "kecamatan",
											"value": "kc1",
											"disabled": true
										},
										{
											"key": "kelurahan",
											"value": "kl1",
											"disabled": true
										},
										{
											"key": "kode_pos",
											"value": "1",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "alamat",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "kota",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "kecamatan",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "kelurahan",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "kode_pos",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "id_pemasok",
											"value": "1"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Select",
							"protocolProfileBehavior": {
								"disableBodyPruning": true,
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "formdata",
									"formdata": []
								},
								"url": {
									"raw": "{{url}}/select_supplier_addresses?id_pemasok=1",
									"host": [
										"{{url}}"
									],
									"path": [
										"select_supplier_addresses"
									],
									"query": [
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "alamat",
											"value": "a1",
											"disabled": true
										},
										{
											"key": "kota",
											"value": "k11",
											"disabled": true
										},
										{
											"key": "kecamatan",
											"value": "kc1",
											"disabled": true
										},
										{
											"key": "kelurahan",
											"value": "kl1",
											"disabled": true
										},
										{
											"key": "kode_pos",
											"value": "1",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "alamat",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "kota",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "kecamatan",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "kelurahan",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "kode_pos",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "id_pemasok",
											"value": "1"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Delete",
							"request": {
								"method": "DELETE",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/supplier_addresses/1?id[]=8",
									"host": [
										"{{url}}"
									],
									"path": [
										"supplier_addresses",
										"1"
									],
									"query": [
										{
											"key": "id[]",
											"value": "8"
										},
										{
											"key": "id[]",
											"value": "6",
											"disabled": true
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "nama",
									"value": "Supplier Lokal",
									"type": "text"
								},
								{
									"key": "grup",
									"value": "Lokal",
									"type": "text"
								},
								{
									"key": "badan_usaha",
									"value": "PT",
									"type": "text"
								},
								{
									"key": "nomor_telepon",
									"value": "",
									"type": "text"
								},
								{
									"key": "email",
									"value": "E2",
									"type": "text"
								},
								{
									"key": "npwp",
									"value": "2",
									"type": "text"
								},
								{
									"key": "diskon",
									"value": "2",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Active",
									"type": "text"
								},
								{
									"key": "alamat[]",
									"value": "a2",
									"type": "text"
								},
								{
									"key": "alamat[]",
									"value": "a11",
									"type": "text",
									"disabled": true
								},
								{
									"key": "kota[]",
									"value": "k2",
									"type": "text"
								},
								{
									"key": "kota[]",
									"value": "k11",
									"type": "text",
									"disabled": true
								},
								{
									"key": "kecamatan[]",
									"value": "kec2",
									"type": "text"
								},
								{
									"key": "kecamatan[]",
									"value": "",
									"type": "text",
									"disabled": true
								},
								{
									"key": "kelurahan[]",
									"value": "kel2",
									"type": "text"
								},
								{
									"key": "kelurahan[]",
									"value": "",
									"type": "text",
									"disabled": true
								},
								{
									"key": "kode_pos[]",
									"value": "2",
									"type": "text"
								},
								{
									"key": "kode_pos[]",
									"value": "",
									"type": "text",
									"disabled": true
								}
							]
						},
						"url": {
							"raw": "{{url}}/suppliers",
							"host": [
								"{{url}}"
							],
							"path": [
								"suppliers"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/suppliers?grup=lokal",
							"host": [
								"{{url}}"
							],
							"path": [
								"suppliers"
							],
							"query": [
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "nomor_telepon",
									"value": "2",
									"disabled": true
								},
								{
									"key": "grup",
									"value": "lokal"
								},
								{
									"key": "status",
									"value": "active",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nomor_telepon",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "CUS-00004",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Select",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/select_suppliers?grup=Impor",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_suppliers"
							],
							"query": [
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "nomor_telepon",
									"value": "2",
									"disabled": true
								},
								{
									"key": "grup",
									"value": "Impor"
								},
								{
									"key": "status",
									"value": "active",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nomor_telepon",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "CUS-00004",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "nama",
									"value": "Supplier 1",
									"type": "text"
								},
								{
									"key": "grup",
									"value": "Lokal",
									"type": "text"
								},
								{
									"key": "badan_usaha",
									"value": "PT",
									"type": "text"
								},
								{
									"key": "nomor_telepon",
									"value": "1",
									"type": "text"
								},
								{
									"key": "email",
									"value": "E1",
									"type": "text"
								},
								{
									"key": "npwp",
									"value": "1",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Active",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/suppliers/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"suppliers",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/suppliers/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"suppliers",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Supplier Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "http://192.168.100.7:8000/get_new_supplier_code/Lokal",
							"protocol": "http",
							"host": [
								"192",
								"168",
								"100",
								"7"
							],
							"port": "8000",
							"path": [
								"get_new_supplier_code",
								"Lokal"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				}
			]
		},
		{
			"name": "Costs",
			"item": [
				{
					"name": "Create",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "nama",
									"value": "Biaya 2",
									"type": "text"
								},
								{
									"key": "kategori",
									"value": "",
									"type": "text"
								},
								{
									"key": "bagan_akun",
									"value": "7",
									"type": "text"
								},
								{
									"key": "referensi",
									"value": "Referensi 2",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Active",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/costs",
							"host": [
								"{{url}}"
							],
							"path": [
								"costs"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/costs",
							"host": [
								"{{url}}"
							],
							"path": [
								"costs"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "PM-00001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "Biaya 1",
									"disabled": true
								},
								{
									"key": "referensi",
									"value": "1.1",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Active",
									"disabled": true
								},
								{
									"key": "id_bagan_akun",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode_bagan_akun",
									"value": "111",
									"disabled": true
								},
								{
									"key": "nama_bagan_akun",
									"value": "Piutang",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Select",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/select_costs",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_costs"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "PM-00001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "Biaya 1",
									"disabled": true
								},
								{
									"key": "referensi",
									"value": "1.1",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Active",
									"disabled": true
								},
								{
									"key": "id_bagan_akun",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode_bagan_akun",
									"value": "111",
									"disabled": true
								},
								{
									"key": "nama_bagan_akun",
									"value": "Piutang",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "nama",
									"value": "Biaya 1.1",
									"type": "text"
								},
								{
									"key": "kategori",
									"value": "1",
									"type": "text"
								},
								{
									"key": "bagan_akun",
									"value": "7",
									"type": "text"
								},
								{
									"key": "referensi",
									"value": "Referensi 1.1",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Active",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/costs/2",
							"host": [
								"{{url}}"
							],
							"path": [
								"costs",
								"2"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/costs/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"costs",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Cost Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/get_new_cost_code",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_cost_code"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				}
			]
		},
		{
			"name": "Purchase Orders",
			"item": [
				{
					"name": "Details",
					"item": [
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/purchase_order_details/?id=1&urutan[]=desc&urutkan_berdasarkan[]=id_produk",
									"host": [
										"{{url}}"
									],
									"path": [
										"purchase_order_details",
										""
									],
									"query": [
										{
											"key": "id",
											"value": "1",
											"description": "Equals."
										},
										{
											"key": "kode",
											"value": "BM220603-PO001",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"description": "Done or not.",
											"disabled": true
										},
										{
											"key": "tanggal",
											"value": "1",
											"disabled": true
										},
										{
											"key": "pemasok",
											"value": "N1",
											"disabled": true
										},
										{
											"key": "id_pemasok",
											"value": "",
											"disabled": true
										},
										{
											"key": "id_produk",
											"value": "",
											"disabled": true
										},
										{
											"key": "nama_produk",
											"value": "tipe 2",
											"disabled": true
										},
										{
											"key": "nama_alias_produk",
											"value": "",
											"disabled": true
										},
										{
											"key": "exclude_tally_sheet_id",
											"value": "8",
											"disabled": true
										},
										{
											"key": "status",
											"value": "Cancelled",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "tanggal",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc"
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "kode",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "pemasok",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "total",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "status",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "id_produk"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Select",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/select_purchase_order_details/?id=1",
									"host": [
										"{{url}}"
									],
									"path": [
										"select_purchase_order_details",
										""
									],
									"query": [
										{
											"key": "id",
											"value": "1",
											"description": "Equals."
										},
										{
											"key": "kode",
											"value": "BM220603-PO001",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"description": "Done or not.",
											"disabled": true
										},
										{
											"key": "tanggal",
											"value": "1",
											"disabled": true
										},
										{
											"key": "pemasok",
											"value": "N1",
											"disabled": true
										},
										{
											"key": "id_pemasok",
											"value": "",
											"disabled": true
										},
										{
											"key": "id_produk",
											"value": "",
											"disabled": true
										},
										{
											"key": "nama_produk",
											"value": "tipe 2",
											"disabled": true
										},
										{
											"key": "nama_alias_produk",
											"value": "",
											"disabled": true
										},
										{
											"key": "status",
											"value": "Cancelled",
											"disabled": true
										},
										{
											"key": "exclude_tally_sheet_id",
											"value": "8",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "tanggal",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "kode",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "pemasok",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "total",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "status",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "id_produk",
											"disabled": true
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"var moment = require(\"moment\");\r",
									"\r",
									"pm.environment.set('current_date', moment().format((\"YYYY-MM-DD\")))"
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "pemasok",
									"value": "2",
									"type": "text"
								},
								{
									"key": "ppn",
									"value": "300",
									"type": "text"
								},
								{
									"key": "referensi",
									"value": "R4",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "C4",
									"type": "text"
								},
								{
									"key": "berdasarkan",
									"value": "Wawan",
									"type": "text"
								},
								{
									"key": "dibeli_oleh",
									"value": "Mega",
									"type": "text"
								},
								{
									"key": "tanggal_awal_periode_pengiriman",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "tanggal_akhir_periode_pengiriman",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": " id_produk[]",
									"value": "1",
									"type": "text",
									"disabled": true
								},
								{
									"key": "id_produk[]",
									"value": "3",
									"type": "text"
								},
								{
									"key": " kuantitas[]",
									"value": "2",
									"type": "text",
									"disabled": true
								},
								{
									"key": "kuantitas[]",
									"value": "50",
									"type": "text"
								},
								{
									"key": " satuan[]",
									"value": "kg",
									"type": "text",
									"disabled": true
								},
								{
									"key": "satuan[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": " harga[]",
									"value": "1500",
									"type": "text",
									"disabled": true
								},
								{
									"key": "harga[]",
									"value": "5000",
									"type": "text"
								},
								{
									"key": " persentase_diskon[]",
									"value": "50",
									"type": "text",
									"disabled": true
								},
								{
									"key": "persentase_diskon[]",
									"value": "0",
									"type": "text"
								},
								{
									"key": " diskon_tetap[]",
									"value": "100",
									"type": "text",
									"disabled": true
								},
								{
									"key": "diskon_tetap[]",
									"value": "1000",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/purchase_orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_orders"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_orders"
							],
							"query": [
								{
									"key": "kode",
									"value": "BM220603-PO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pemasok",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_pemasok",
									"value": "",
									"disabled": true
								},
								{
									"key": "id_produk",
									"value": "",
									"disabled": true
								},
								{
									"key": "nama_produk",
									"value": "tipe 2",
									"disabled": true
								},
								{
									"key": "nama_alias_produk",
									"value": "",
									"disabled": true
								},
								{
									"key": "exclude_tally_sheet_id",
									"value": "8",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pemasok",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Read (Bypass)",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_orders_bypass",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_orders_bypass"
							],
							"query": [
								{
									"key": "kode",
									"value": "BM220603-PO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pemasok",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_pemasok",
									"value": "",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Select",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/select_purchase_orders?exclude_tally_sheet_id=8",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_purchase_orders"
							],
							"query": [
								{
									"key": "kode",
									"value": "PO002",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pemasok",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_pemasok",
									"value": "",
									"disabled": true
								},
								{
									"key": "id_produk",
									"value": "",
									"disabled": true
								},
								{
									"key": "nama_produk",
									"value": "tipe 2",
									"disabled": true
								},
								{
									"key": "nama_alias_produk",
									"value": "",
									"disabled": true
								},
								{
									"key": "exclude_tally_sheet_id",
									"value": "8"
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pemasok",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "id_produk",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama_produk",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama_alias_produk",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "pemasok",
									"value": "1",
									"type": "text"
								},
								{
									"key": "ppn",
									"value": "100",
									"type": "text"
								},
								{
									"key": "referensi",
									"value": "R1",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "C1",
									"type": "text"
								},
								{
									"key": "berdasarkan",
									"value": "Wawan",
									"type": "text"
								},
								{
									"key": "dibeli_oleh",
									"value": "Mega",
									"type": "text"
								},
								{
									"key": "tanggal_awal_periode_pengiriman",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "tanggal_akhir_periode_pengiriman",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "id_produk[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "id_produk[]",
									"value": "3",
									"type": "text"
								},
								{
									"key": "kuantitas[]",
									"value": "5",
									"type": "text"
								},
								{
									"key": "kuantitas[]",
									"value": "10",
									"type": "text"
								},
								{
									"key": "satuan[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "satuan[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "harga[]",
									"value": "1500",
									"type": "text"
								},
								{
									"key": "harga[]",
									"value": "3000",
									"type": "text"
								},
								{
									"key": "persentase_diskon[]",
									"value": "90",
									"type": "text"
								},
								{
									"key": "persentase_diskon[]",
									"value": "0",
									"type": "text"
								},
								{
									"key": "diskon_tetap[]",
									"value": "500",
									"type": "text"
								},
								{
									"key": "diskon_tetap[]",
									"value": "1000",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/purchase_orders/2",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_orders",
								"2"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_orders/2",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_orders",
								"2"
							]
						}
					},
					"response": []
				},
				{
					"name": "Submit",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_orders/submit/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_orders",
								"submit",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Cancel",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_orders/cancel/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_orders",
								"cancel",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Force Done",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_orders/force_done/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_orders",
								"force_done",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Purchase Order Draft Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/get_new_purchase_order_draft_code/Local",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_purchase_order_draft_code",
								"Local"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Get New Purchase Order Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/get_new_purchase_order_code/Local?tanggal={{current_date}}",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_purchase_order_code",
								"Local"
							],
							"query": [
								{
									"key": "tanggal",
									"value": "{{current_date}}"
								}
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Available Products",
					"request": {
						"method": "GET",
						"header": [
							{
								"warning": "This is a duplicate header and will be overridden by the Authorization header generated by Postman.",
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_orders_available_products/Local",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_orders_available_products",
								"Local"
							],
							"query": [
								{
									"key": "kode",
									"value": "STO-000001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "Nn",
									"disabled": true
								},
								{
									"key": "grup",
									"value": "g11",
									"disabled": true
								},
								{
									"key": "kategori",
									"value": "n",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "grup",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kategori",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						},
						"description": "List of active product for create or update form."
					},
					"response": []
				},
				{
					"name": "Read Copy",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_orders"
							],
							"query": [
								{
									"key": "kode",
									"value": "BM220603-PO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pemasok",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_pemasok",
									"value": "",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pemasok",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Tally Sheet Ins",
			"item": [
				{
					"name": "Details",
					"item": [
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/sales_orders/1?urutkan_berdasarkan[]=nama_alias_produk&urutan[]=asc",
									"host": [
										"{{url}}"
									],
									"path": [
										"sales_orders",
										"1"
									],
									"query": [
										{
											"key": "nama_alias_produk",
											"value": "AN",
											"description": "Equals.",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "status",
											"value": "",
											"description": "Done or not.",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama_alias_produk"
										},
										{
											"key": "urutan[]",
											"value": "asc"
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"var moment = require(\"moment\");\r",
									"\r",
									"pm.environment.set('current_date', moment().format((\"YYYY-MM-DD\")))"
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"description": "customer_id",
									"type": "text"
								},
								{
									"key": "pemasok",
									"value": "2",
									"description": "warehouse_id",
									"type": "text"
								},
								{
									"key": "gudang",
									"value": "1",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "C1",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "id_pesanan_pembelian[]",
									"value": "35",
									"type": "text"
								},
								{
									"key": "id_produk[]",
									"value": "3",
									"type": "text"
								},
								{
									"key": "jumlah_box[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "kuantitas_box[]",
									"value": "55",
									"type": "text",
									"disabled": true
								},
								{
									"key": "satuan_box[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "kuantitas_produk_box[0][]",
									"value": "40",
									"type": "text"
								},
								{
									"key": "kuantitas_produk_box[0][]",
									"value": "25",
									"type": "text",
									"disabled": true
								},
								{
									"key": "aksi[]",
									"value": "Next delivery",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/tally_sheet_ins",
							"host": [
								"{{url}}"
							],
							"path": [
								"tally_sheet_ins"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/tally_sheet_ins",
							"host": [
								"{{url}}"
							],
							"path": [
								"tally_sheet_ins"
							],
							"query": [
								{
									"key": "referensi",
									"value": "sales_returns",
									"disabled": true
								},
								{
									"key": "id",
									"value": "42",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"description": "customer_name",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "N1",
									"description": "warehouse_name",
									"disabled": true
								},
								{
									"key": "id_pelanggan",
									"value": "",
									"disabled": true
								},
								{
									"key": "gudang",
									"value": "N2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "gudang",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Select",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/select_tally_sheet_ins?id_pemasok=1",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_tally_sheet_ins"
							],
							"query": [
								{
									"key": "referensi",
									"value": "sales_returns",
									"disabled": true
								},
								{
									"key": "id",
									"value": "42",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"description": "customer_name",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "N1",
									"description": "warehouse_name",
									"disabled": true
								},
								{
									"key": "id_pelanggan",
									"value": "",
									"disabled": true
								},
								{
									"key": "gudang",
									"value": "N2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "gudang",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "id_pemasok",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Grouped Product Select",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/grouped_product_select_tally_sheet_ins",
							"host": [
								"{{url}}"
							],
							"path": [
								"grouped_product_select_tally_sheet_ins"
							],
							"query": [
								{
									"key": "referensi",
									"value": "sales_returns",
									"disabled": true
								},
								{
									"key": "id",
									"value": "42",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"description": "customer_name",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "N1",
									"description": "warehouse_name",
									"disabled": true
								},
								{
									"key": "id_pelanggan",
									"value": "",
									"disabled": true
								},
								{
									"key": "gudang",
									"value": "N2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "gudang",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "id_pemasok",
									"value": "1",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "pemasok",
									"value": "2",
									"type": "text"
								},
								{
									"key": "gudang",
									"value": "1",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "C1",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "id_pesanan_pembelian[]",
									"value": "35",
									"type": "text"
								},
								{
									"key": "id_produk[]",
									"value": "3",
									"type": "text"
								},
								{
									"key": "jumlah_box[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "kuantitas_box[]",
									"value": "40",
									"type": "text"
								},
								{
									"key": "satuan_box[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "kuantitas_produk_box[0][]",
									"value": "40",
									"type": "text"
								},
								{
									"key": "kuantitas_produk_box[0][]",
									"value": "35",
									"type": "text",
									"disabled": true
								},
								{
									"key": "aksi[]",
									"value": "Next delivery",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/tally_sheet_ins/55",
							"host": [
								"{{url}}"
							],
							"path": [
								"tally_sheet_ins",
								"55"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/tally_sheet_ins/23",
							"host": [
								"{{url}}"
							],
							"path": [
								"tally_sheet_ins",
								"23"
							]
						}
					},
					"response": []
				},
				{
					"name": "Submit",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/tally_sheet_ins/submit/26",
							"host": [
								"{{url}}"
							],
							"path": [
								"tally_sheet_ins",
								"submit",
								"26"
							]
						}
					},
					"response": []
				},
				{
					"name": "Cancel",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/tally_sheet_ins/cancel/18",
							"host": [
								"{{url}}"
							],
							"path": [
								"tally_sheet_ins",
								"cancel",
								"18"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Tally Sheet Draft Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/get_new_tally_sheet_draft_code/purchase_orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_tally_sheet_draft_code",
								"purchase_orders"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Get New Tally Sheet Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer_token}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/get_new_tally_sheet_code/purchase_orders?tanggal={{current_date}}",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_tally_sheet_code",
								"purchase_orders"
							],
							"query": [
								{
									"key": "tanggal",
									"value": "{{current_date}}"
								}
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Available Suppliers",
					"request": {
						"method": "GET",
						"header": [
							{
								"warning": "This is a duplicate header and will be overridden by the Authorization header generated by Postman.",
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/tally_sheet_ins_available_suppliers/purchase_invoices",
							"host": [
								"{{url}}"
							],
							"path": [
								"tally_sheet_ins_available_suppliers",
								"purchase_invoices"
							],
							"query": [
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "nomor_telepon",
									"value": "2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "active",
									"disabled": true
								},
								{
									"key": "include_tally_sheet_suppliers",
									"value": "1",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nomor_telepon",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "L-00001",
									"disabled": true
								},
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "grup",
									"value": "Impor",
									"disabled": true
								}
							]
						},
						"description": "List of available product in create or update form."
					},
					"response": []
				},
				{
					"name": "Available Customers",
					"request": {
						"method": "GET",
						"header": [
							{
								"warning": "This is a duplicate header and will be overridden by the Authorization header generated by Postman.",
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/tally_sheet_ins_available_customers",
							"host": [
								"{{url}}"
							],
							"path": [
								"tally_sheet_ins_available_customers"
							],
							"query": [
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "nomor_telepon",
									"value": "2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "active",
									"disabled": true
								},
								{
									"key": "include_tally_sheet_customers",
									"value": "28",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nomor_telepon",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "L-00001",
									"disabled": true
								},
								{
									"key": "id",
									"value": "1",
									"disabled": true
								}
							]
						},
						"description": "List of available product in create or update form."
					},
					"response": []
				},
				{
					"name": "Available Purchase Orders",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"warning": "This is a duplicate header and will be overridden by the Authorization header generated by Postman.",
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/tally_sheet_ins_available_purchase_orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"tally_sheet_ins_available_purchase_orders"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pemasok",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_pemasok",
									"value": "1",
									"description": "For update page.",
									"disabled": true
								},
								{
									"key": "include_tally_sheet_purchase_orders",
									"value": "26",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pemasok",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						},
						"description": "List of submitted sales order for create or update form."
					},
					"response": []
				},
				{
					"name": "Available Sales Returns",
					"request": {
						"method": "GET",
						"header": [
							{
								"warning": "This is a duplicate header and will be overridden by the Authorization header generated by Postman.",
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/tally_sheet_ins_available_sales_returns",
							"host": [
								"{{url}}"
							],
							"path": [
								"tally_sheet_ins_available_sales_returns"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pemasok",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_pemasok",
									"value": "1",
									"description": "For update page.",
									"disabled": true
								},
								{
									"key": "include_tally_sheet_purchase_orders",
									"value": "26",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pemasok",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						},
						"description": "List of submitted sales order for create or update form."
					},
					"response": []
				},
				{
					"name": "Available Purchase Invoices",
					"request": {
						"method": "GET",
						"header": [
							{
								"warning": "This is a duplicate header and will be overridden by the Authorization header generated by Postman.",
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/tally_sheet_ins_available_purchase_invoices",
							"host": [
								"{{url}}"
							],
							"path": [
								"tally_sheet_ins_available_purchase_invoices"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pemasok",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_pemasok",
									"value": "1",
									"description": "For update page.",
									"disabled": true
								},
								{
									"key": "include_tally_sheet_purchase_invoices",
									"value": "26",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pemasok",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						},
						"description": "List of submitted sales order for create or update form."
					},
					"response": []
				}
			]
		},
		{
			"name": "Goods Receipts",
			"item": [
				{
					"name": "Details",
					"item": [
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/goods_receipt_details/1?urutkan_berdasarkan[]=nama_alias_produk&urutan[]=asc",
									"host": [
										"{{url}}"
									],
									"path": [
										"goods_receipt_details",
										"1"
									],
									"query": [
										{
											"key": "nama_alias_produk",
											"value": "AN",
											"description": "Equals.",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "status",
											"value": "",
											"description": "Done or not.",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama_alias_produk"
										},
										{
											"key": "urutan[]",
											"value": "asc"
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"var moment = require(\"moment\");\r",
									"\r",
									"pm.environment.set('current_date', moment().format((\"YYYY-MM-DD\")))"
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "grup",
									"value": "Lokal",
									"description": "customer_address_id",
									"type": "text"
								},
								{
									"key": "pelanggan",
									"value": "",
									"type": "text"
								},
								{
									"key": "pemasok",
									"value": "2",
									"type": "text"
								},
								{
									"key": "referensi",
									"value": "Ref 2",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "id_tally_sheet[]",
									"value": "42",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/goods_receipts",
							"host": [
								"{{url}}"
							],
							"path": [
								"goods_receipts"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "{{token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/goods_receipts",
							"host": [
								"{{url}}"
							],
							"path": [
								"goods_receipts"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220627-SJ001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"description": "customer_name",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "kode_pelanggan",
									"value": "",
									"disabled": true
								},
								{
									"key": "kendaraan",
									"value": "Skuter",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kendaraan",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Select",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "{{token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/select_goods_receipts",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_goods_receipts"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220627-SJ001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"description": "customer_name",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "kode_pelanggan",
									"value": "",
									"disabled": true
								},
								{
									"key": "kendaraan",
									"value": "Skuter",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kendaraan",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "grup",
									"value": "Lokal",
									"type": "text"
								},
								{
									"key": "pelanggan",
									"value": "",
									"type": "text"
								},
								{
									"key": "pemasok",
									"value": "2",
									"type": "text"
								},
								{
									"key": "referensi",
									"value": "Ref 2",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "id_tally_sheet[]",
									"value": "42",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/goods_receipts/40",
							"host": [
								"{{url}}"
							],
							"path": [
								"goods_receipts",
								"40"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/goods_receipts/11",
							"host": [
								"{{url}}"
							],
							"path": [
								"goods_receipts",
								"11"
							]
						}
					},
					"response": []
				},
				{
					"name": "Submit",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/goods_receipts/submit/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"goods_receipts",
								"submit",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Cancel",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/goods_receipts/cancel/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"goods_receipts",
								"cancel",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Goods Receipt Draft Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/get_new_goods_receipt_draft_code/purchase_orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_goods_receipt_draft_code",
								"purchase_orders"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Get New Goods Receipt Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/get_new_goods_receipt_code/purchase_orders?tanggal={{current_date}}",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_goods_receipt_code",
								"purchase_orders"
							],
							"query": [
								{
									"key": "tanggal",
									"value": "{{current_date}}"
								}
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Available Suppliers",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/goods_receipts_available_suppliers",
							"host": [
								"{{url}}"
							],
							"path": [
								"goods_receipts_available_suppliers"
							],
							"query": [
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "nomor_telepon",
									"value": "2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "active",
									"disabled": true
								},
								{
									"key": "include_delivery_note_customers",
									"value": "1",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nomor_telepon",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "CUS-00004",
									"disabled": true
								},
								{
									"key": "id",
									"value": "1",
									"disabled": true
								}
							]
						},
						"description": "List of available product in create or update form."
					},
					"response": []
				},
				{
					"name": "Available Customers",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/goods_receipts_available_customers",
							"host": [
								"{{url}}"
							],
							"path": [
								"goods_receipts_available_customers"
							],
							"query": [
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "nomor_telepon",
									"value": "2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "active",
									"disabled": true
								},
								{
									"key": "include_goods_receipt_customers",
									"value": "1",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nomor_telepon",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "CUS-00004",
									"disabled": true
								},
								{
									"key": "id",
									"value": "1",
									"disabled": true
								}
							]
						},
						"description": "List of available product in create or update form."
					},
					"response": []
				},
				{
					"name": "Available Tally Sheets",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/goods_receipts_available_tally_sheets",
							"host": [
								"{{url}}"
							],
							"path": [
								"goods_receipts_available_tally_sheets"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pemasok",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_pemasok",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_pelanggan",
									"value": "1",
									"disabled": true
								},
								{
									"key": "include_goods_receipt_tally_sheets",
									"value": "11",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "gudang",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						},
						"description": "List of submitted sales order for create or update form."
					},
					"response": []
				}
			],
			"event": [
				{
					"listen": "prerequest",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				},
				{
					"listen": "test",
					"script": {
						"type": "text/javascript",
						"exec": [
							""
						]
					}
				}
			]
		},
		{
			"name": "Account Movement",
			"item": [
				{
					"name": "Details",
					"item": [
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/accountmovement_details/8",
									"host": [
										"{{url}}"
									],
									"path": [
										"accountmovement_details",
										"8"
									],
									"query": [
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "status",
											"value": "",
											"description": "Done or not.",
											"disabled": true
										},
										{
											"key": "urutan[]",
											"value": "asc",
											"disabled": true
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer_token}}",
									"type": "string"
								}
							]
						},
						"method": "POST",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "transaction_date",
									"value": "2022-09-14",
									"type": "text"
								},
								{
									"key": "type_of_service",
									"value": "supplier_type",
									"description": "supplier_type|customer_type",
									"type": "text"
								},
								{
									"key": "status",
									"value": "draft",
									"description": "draft;publish;",
									"type": "text"
								},
								{
									"key": "notes",
									"value": "test",
									"type": "text"
								},
								{
									"key": "supplier_id",
									"value": "2",
									"type": "text"
								},
								{
									"key": "customer_id",
									"value": "",
									"type": "text"
								},
								{
									"key": "chart_of_account_id[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "debit[]",
									"value": "10000",
									"type": "text"
								},
								{
									"key": "credit[]",
									"value": "10000",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/accountmovements",
							"host": [
								"{{url}}"
							],
							"path": [
								"accountmovements"
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer_token}}",
									"type": "string"
								}
							]
						},
						"method": "PUT",
						"header": [],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "transaction_date",
									"value": "2022-09-2-14",
									"type": "text"
								},
								{
									"key": "type_of_service",
									"value": "supplier_type",
									"description": "supplier_type|customer_type",
									"type": "text"
								},
								{
									"key": "status",
									"value": "draft",
									"description": "draft;publish;",
									"type": "text"
								},
								{
									"key": "notes",
									"value": "testing update",
									"type": "text"
								},
								{
									"key": "supplier_id",
									"value": "2",
									"type": "text"
								},
								{
									"key": "customer_id",
									"value": "",
									"type": "text"
								},
								{
									"key": "chart_of_account_id[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "debit[]",
									"value": "5",
									"type": "text"
								},
								{
									"key": "credit[]",
									"value": "4",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/accountmovements/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"accountmovements",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer_token}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/accountmovements",
							"host": [
								"{{url}}"
							],
							"path": [
								"accountmovements"
							],
							"query": [
								{
									"key": "id",
									"value": "9",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/accountmovements/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"accountmovements",
								"1"
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Purchase Invoices",
			"item": [
				{
					"name": "Details",
					"item": [
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/purchase_invoice_details/1?urutkan_berdasarkan[]=nama_alias_produk&urutan[]=asc",
									"host": [
										"{{url}}"
									],
									"path": [
										"purchase_invoice_details",
										"1"
									],
									"query": [
										{
											"key": "nama_alias_produk",
											"value": "AN",
											"description": "Equals.",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "status",
											"value": "",
											"description": "Done or not.",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama_alias_produk"
										},
										{
											"key": "urutan[]",
											"value": "asc"
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"var moment = require(\"moment\");\r",
									"\r",
									"pm.environment.set('current_date', moment().format((\"YYYY-MM-DD\")))"
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "pemasok",
									"value": "2",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "Catatan 1",
									"type": "text"
								},
								{
									"key": "ppn",
									"value": "1000",
									"type": "text"
								},
								{
									"key": "term",
									"value": "2",
									"type": "text"
								},
								{
									"key": "uang_muka",
									"value": "5000",
									"type": "text"
								},
								{
									"key": "tanggal_jatuh_tempo",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "id_tanda_terima_barang[]",
									"value": "15",
									"type": "text"
								},
								{
									"key": "nama_alias_produk[]",
									"value": "Bagian 1 Grade 1 Merk 1",
									"type": "text"
								},
								{
									"key": "nama_alias_produk[]",
									"value": "Bagian 1 Grade 1 Merk 2",
									"type": "text"
								},
								{
									"key": "kuantitas[]",
									"value": "10",
									"type": "text"
								},
								{
									"key": "kuantitas[]",
									"value": "24",
									"type": "text"
								},
								{
									"key": "satuan[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "satuan[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "harga[]",
									"value": "10000",
									"type": "text"
								},
								{
									"key": "harga[]",
									"value": "5000",
									"type": "text"
								},
								{
									"key": "persentase_diskon[]",
									"value": "90",
									"type": "text"
								},
								{
									"key": "persentase_diskon[]",
									"value": "0",
									"type": "text"
								},
								{
									"key": "diskon_tetap[]",
									"value": "500",
									"type": "text"
								},
								{
									"key": "diskon_tetap[]",
									"value": "5000",
									"type": "text"
								},
								{
									"key": "biaya[]",
									"value": "9",
									"type": "text"
								},
								{
									"key": "biaya[]",
									"value": "10",
									"type": "text"
								},
								{
									"key": "total_biaya[]",
									"value": "10000",
									"type": "text"
								},
								{
									"key": "total_biaya[]",
									"value": "5000",
									"type": "text"
								},
								{
									"key": "deskripsi_biaya[]",
									"value": "Beban 1",
									"type": "text"
								},
								{
									"key": "deskripsi_biaya[]",
									"value": "Beban 2",
									"type": "text"
								},
								{
									"key": "nota_kredit[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "total_nota_kredit[]",
									"value": "1000",
									"type": "text"
								},
								{
									"key": "deskripsi_nota_kredit[]",
									"value": "Lol",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/purchase_invoices",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_invoices"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_invoices/All",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_invoices",
								"All"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "penerima",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "kode_penerima",
									"value": "",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "penerima",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tipe",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Select",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/select_purchase_invoices/All",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_purchase_invoices",
								"All"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "penerima",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "kode_penerima",
									"value": "",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "penerima",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tipe",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Read (Bypass)",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_invoices",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_invoices"
							],
							"query": [
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "kode_pelanggan",
									"value": "",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "id_faktur_pembelian",
									"value": "6",
									"type": "text"
								},
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "pemasok",
									"value": "2",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "Catatan 1",
									"type": "text"
								},
								{
									"key": "ppn",
									"value": "1000",
									"type": "text"
								},
								{
									"key": "term",
									"value": "2",
									"type": "text"
								},
								{
									"key": "uang_muka",
									"value": "5000",
									"type": "text"
								},
								{
									"key": "tanggal_jatuh_tempo",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "id_tanda_terima_barang[]",
									"value": "15",
									"type": "text"
								},
								{
									"key": "nama_alias_produk[]",
									"value": "Bagian 1 Grade 1 Merk 1",
									"type": "text"
								},
								{
									"key": "nama_alias_produk[]",
									"value": "Bagian 1 Grade 1 Merk 2",
									"type": "text"
								},
								{
									"key": "kuantitas[]",
									"value": "10",
									"type": "text"
								},
								{
									"key": "kuantitas[]",
									"value": "25",
									"type": "text"
								},
								{
									"key": "satuan[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "satuan[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "harga[]",
									"value": "10000",
									"type": "text"
								},
								{
									"key": "harga[]",
									"value": "5000",
									"type": "text"
								},
								{
									"key": "persentase_diskon[]",
									"value": "90",
									"type": "text"
								},
								{
									"key": "persentase_diskon[]",
									"value": "0",
									"type": "text"
								},
								{
									"key": "diskon_tetap[]",
									"value": "500",
									"type": "text"
								},
								{
									"key": "diskon_tetap[]",
									"value": "5000",
									"type": "text"
								},
								{
									"key": "biaya[]",
									"value": "9",
									"type": "text"
								},
								{
									"key": "biaya[]",
									"value": "10",
									"type": "text"
								},
								{
									"key": "total_biaya[]",
									"value": "10000",
									"type": "text"
								},
								{
									"key": "total_biaya[]",
									"value": "5000",
									"type": "text"
								},
								{
									"key": "deskripsi_biaya[]",
									"value": "Beban 1",
									"type": "text"
								},
								{
									"key": "deskripsi_biaya[]",
									"value": "Beban 2",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/purchase_invoices",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_invoices"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_invoices?id_faktur_pembelian=6",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_invoices"
							],
							"query": [
								{
									"key": "id_faktur_pembelian",
									"value": "6"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Submit",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_invoices/submit?id_faktur_pembelian=6",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_invoices",
								"submit"
							],
							"query": [
								{
									"key": "id_faktur_pembelian",
									"value": "6"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Change Submitted to Draft Status",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_invoices/submitted_to_draft?id_faktur_pembelian=6",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_invoices",
								"submitted_to_draft"
							],
							"query": [
								{
									"key": "id_faktur_pembelian",
									"value": "6"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Cancel",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_invoices/cancel?id_faktur_pembelian=1",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_invoices",
								"cancel"
							],
							"query": [
								{
									"key": "id_faktur_pembelian",
									"value": "1"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Purchase Invoice Code",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"var moment = require('moment');\r",
									"\r",
									"pm.environment.set('current_date', moment().format((\"YYYY-MM-DD\")));"
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/get_new_purchase_invoice_code/Local?tanggal={{current_date}}",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_purchase_invoice_code",
								"Local"
							],
							"query": [
								{
									"key": "tanggal",
									"value": "{{current_date}}"
								}
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Get New Purchase Invoice Draft Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/get_new_purchase_invoice_draft_code/Local",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_purchase_invoice_draft_code",
								"Local"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Available Suppliers",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_invoices_available_suppliers/Import",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_invoices_available_suppliers",
								"Import"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "CUS-00004",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "nomor_telepon",
									"value": "2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "active",
									"disabled": true
								},
								{
									"key": "include_purchase_invoice_suppliers",
									"value": "1",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nomor_telepon",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "grup",
									"value": "Impor",
									"disabled": true
								}
							]
						},
						"description": "List of available product in create or update form."
					},
					"response": []
				},
				{
					"name": "Available Goods Receipts",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_invoices_available_goods_receipts",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_invoices_available_goods_receipts"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "penerima",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_penerima",
									"value": "1",
									"disabled": true
								},
								{
									"key": "include_purchase_invoice_goods_receipts",
									"value": "6",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "penerima",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						},
						"description": "List of submitted sales order for create or update form."
					},
					"response": []
				},
				{
					"name": "Grouped Goods Receipt Details",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_invoices_grouped_goods_receipt_details?id_tanda_terima_barang[]=40&id_tanda_terima_barang[]=41&id_tanda_terima_barang[]=42&id_tanda_terima_barang[]=43",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_invoices_grouped_goods_receipt_details"
							],
							"query": [
								{
									"key": "id_tanda_terima_barang[]",
									"value": "40"
								},
								{
									"key": "id_tanda_terima_barang[]",
									"value": "41"
								},
								{
									"key": "id_tanda_terima_barang[]",
									"value": "42"
								},
								{
									"key": "id_tanda_terima_barang[]",
									"value": "43"
								}
							]
						},
						"description": "List of submitted sales order for create or update form."
					},
					"response": []
				},
				{
					"name": "Grouped Purchase Order Details",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_invoices_grouped_purchase_order_details?id_pesanan_pembelian[]=29&id_pesanan_pembelian[]=30&id_pesanan_pembelian[]=31",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_invoices_grouped_purchase_order_details"
							],
							"query": [
								{
									"key": "id_pesanan_pembelian[]",
									"value": "29"
								},
								{
									"key": "id_pesanan_pembelian[]",
									"value": "30"
								},
								{
									"key": "id_pesanan_pembelian[]",
									"value": "31"
								}
							]
						},
						"description": "List of submitted sales order for create or update form."
					},
					"response": []
				}
			]
		},
		{
			"name": "Purchase Invoice Payments",
			"item": [
				{
					"name": "Create",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"var moment = require(\"moment\");\r",
									"\r",
									"pm.environment.set('current_date', moment().format((\"YYYY-MM-DD\")))"
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "pemasok",
									"value": "2",
									"description": "customer_id",
									"type": "text"
								},
								{
									"key": "bagan_akun",
									"value": "1",
									"description": "warehouse_id",
									"type": "text"
								},
								{
									"key": "mata_uang",
									"value": "2",
									"type": "text"
								},
								{
									"key": "referensi",
									"value": "Ref 2.2",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "Cat 2.2",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "id_faktur_pembelian[]",
									"value": "6",
									"type": "text"
								},
								{
									"key": "terbayar[]",
									"value": "500",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/purchase_invoice_payments",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_invoice_payments"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_invoice_payments",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_invoice_payments"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220721-PF002",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "2022-07-21",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "Pelanggan 2",
									"description": "customer_name",
									"disabled": true
								},
								{
									"key": "id_pelanggan",
									"value": "",
									"description": "customer_id",
									"disabled": true
								},
								{
									"key": "total",
									"value": "10000",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "pemasok",
									"value": "2",
									"type": "text"
								},
								{
									"key": "bagan_akun",
									"value": "1",
									"type": "text"
								},
								{
									"key": "mata_uang",
									"value": "2",
									"type": "text"
								},
								{
									"key": "referensi",
									"value": "Ref 2.2",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "Cat 2.2",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "id_faktur_pembelian[]",
									"value": "6",
									"type": "text"
								},
								{
									"key": "terbayar[]",
									"value": "500",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/purchase_invoice_payments/6",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_invoice_payments",
								"6"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_invoice_payments/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_invoice_payments",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Submit",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_invoice_payments/submit/5",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_invoice_payments",
								"submit",
								"5"
							]
						}
					},
					"response": []
				},
				{
					"name": "Cancel",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_invoice_payments/cancel/5",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_invoice_payments",
								"cancel",
								"5"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Purchase Invoice Payment Draft Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/get_new_purchase_invoice_payment_draft_code",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_purchase_invoice_payment_draft_code"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Get New Purchase Invoice Payment Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/get_new_purchase_invoice_payment_code?tanggal={{current_date}}",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_purchase_invoice_payment_code"
							],
							"query": [
								{
									"key": "tanggal",
									"value": "{{current_date}}"
								}
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Available Suppliers",
					"request": {
						"method": "GET",
						"header": [
							{
								"warning": "This is a duplicate header and will be overridden by the Authorization header generated by Postman.",
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_invoice_payments_available_suppliers",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_invoice_payments_available_suppliers"
							],
							"query": [
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "nomor_telepon",
									"value": "2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "active",
									"disabled": true
								},
								{
									"key": "include_purchase_invoice_payment_suppliers",
									"value": "6",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nomor_telepon",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "CUS-00001",
									"disabled": true
								},
								{
									"key": "id",
									"value": "1",
									"disabled": true
								}
							]
						},
						"description": "List of available product in create or update form."
					},
					"response": []
				},
				{
					"name": "Available Purchase Invoices",
					"request": {
						"method": "GET",
						"header": [
							{
								"warning": "This is a duplicate header and will be overridden by the Authorization header generated by Postman.",
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_invoice_payments_available_purchase_invoices",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_invoice_payments_available_purchase_invoices"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220721-PF001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_pelanggan",
									"value": "1",
									"description": "For update page.",
									"disabled": true
								},
								{
									"key": "include_purchase_invoice_payment_purchase_invoices",
									"value": "6",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						},
						"description": "List of submitted sales order for create or update form."
					},
					"response": []
				}
			]
		},
		{
			"name": "Purchase Returns",
			"item": [
				{
					"name": "Details",
					"item": [
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/sales_invoice_details/BM220603-SO001?urutkan_berdasarkan[]=nama_alias_produk&urutan[]=asc",
									"host": [
										"{{url}}"
									],
									"path": [
										"sales_invoice_details",
										"BM220603-SO001"
									],
									"query": [
										{
											"key": "nama_alias_produk",
											"value": "AN",
											"description": "Equals.",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "status",
											"value": "",
											"description": "Done or not.",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama_alias_produk"
										},
										{
											"key": "urutan[]",
											"value": "asc"
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"var moment = require(\"moment\");\r",
									"\r",
									"pm.environment.set('current_date', moment().format((\"YYYY-MM-DD\")))"
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "pemasok",
									"value": "2",
									"type": "text"
								},
								{
									"key": "id_faktur_pembelian",
									"value": "6",
									"type": "text"
								},
								{
									"key": "ppn",
									"value": "1000",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "Catatan 1",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "id_produk[]",
									"value": "2",
									"type": "text"
								},
								{
									"key": "id_produk[]",
									"value": "3",
									"type": "text"
								},
								{
									"key": "kuantitas[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "kuantitas[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "satuan[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "satuan[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "harga[]",
									"value": "10000",
									"type": "text"
								},
								{
									"key": "harga[]",
									"value": "5000",
									"type": "text"
								},
								{
									"key": "persentase_diskon[]",
									"value": "90",
									"type": "text"
								},
								{
									"key": "persentase_diskon[]",
									"value": "0",
									"type": "text"
								},
								{
									"key": "diskon_tetap[]",
									"value": "500",
									"type": "text"
								},
								{
									"key": "diskon_tetap[]",
									"value": "5000",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/purchase_returns",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_returns"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_returns",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_returns"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220627-SJ001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "penerima",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "kode_penerima",
									"value": "",
									"disabled": true
								},
								{
									"key": "tipe",
									"value": "Lokal",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "penerima",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tipe",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Read (Bypass)",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_returns",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_returns"
							],
							"query": [
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "kode_pelanggan",
									"value": "",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "pelanggan",
									"value": "1",
									"type": "text"
								},
								{
									"key": "id_faktur_penjualan",
									"value": "1",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "Cat 1",
									"type": "text"
								},
								{
									"key": "termasuk_pajak",
									"value": "1",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "id_produk[]",
									"value": "3",
									"type": "text"
								},
								{
									"key": "kuantitas[]",
									"value": "2.5",
									"type": "text"
								},
								{
									"key": "susut[]",
									"value": "0",
									"type": "text"
								},
								{
									"key": "satuan[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "harga[]",
									"value": "10000",
									"type": "text"
								},
								{
									"key": "persentase_diskon[]",
									"value": "90",
									"type": "text"
								},
								{
									"key": "diskon_tetap[]",
									"value": "500",
									"type": "text"
								},
								{
									"key": "ppn[]",
									"value": "100",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/purchase_returns/44",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_returns",
								"44"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_returns/10",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_returns",
								"10"
							]
						}
					},
					"response": []
				},
				{
					"name": "Submit",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_returns/submit/44",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_returns",
								"submit",
								"44"
							]
						}
					},
					"response": []
				},
				{
					"name": "Cancel",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_returns/cancel/7",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_returns",
								"cancel",
								"7"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Purchase Return Draft Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/get_new_purchase_return_draft_code",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_purchase_return_draft_code"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Get New Purchase Return Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/get_new_purchase_return_code?tanggal={{current_date}}",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_purchase_return_code"
							],
							"query": [
								{
									"key": "tanggal",
									"value": "{{current_date}}"
								}
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Available Suppliers",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_returns_available_suppliers?include_purchase_return_suppliers=4",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_returns_available_suppliers"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "CUS-00004",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "nomor_telepon",
									"value": "2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Active",
									"disabled": true
								},
								{
									"key": "include_purchase_return_suppliers",
									"value": "4"
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nomor_telepon",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						},
						"description": "List of available product in create or update form."
					},
					"response": []
				},
				{
					"name": "Available Purchase Invoices",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_returns_available_purchase_invoices?include_purchase_return_purchase_invoices=4",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_returns_available_purchase_invoices"
							],
							"query": [
								{
									"key": "id",
									"value": "2",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "penerima",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_penerima",
									"value": "2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "penerima",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "include_purchase_return_purchase_invoices",
									"value": "4"
								}
							]
						},
						"description": "List of submitted sales order for create or update form."
					},
					"response": []
				}
			]
		},
		{
			"name": "Import Purchase Orders",
			"item": [
				{
					"name": "Create",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"var moment = require(\"moment\");\r",
									"\r",
									"pm.environment.set('current_date', moment().format((\"YYYY-MM-DD\")))"
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "pemasok",
									"value": "4",
									"type": "text"
								},
								{
									"key": "mata_uang",
									"value": "4",
									"type": "text"
								},
								{
									"key": "referensi",
									"value": "R1",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "C1",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "id_produk[]",
									"value": "7",
									"type": "text"
								},
								{
									"key": "kuantitas[]",
									"value": "5",
									"type": "text"
								},
								{
									"key": "satuan[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "harga[]",
									"value": "4500",
									"type": "text"
								},
								{
									"key": "persentase_diskon[]",
									"value": "0",
									"type": "text"
								},
								{
									"key": "diskon_tetap[]",
									"value": "1000",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/purchase_orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_orders"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_orders"
							],
							"query": [
								{
									"key": "kode",
									"value": "BM220603-PO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pemasok",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_pemasok",
									"value": "",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pemasok",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "mata_uang",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Read (Bypass)",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_orders_bypass",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_orders_bypass"
							],
							"query": [
								{
									"key": "kode",
									"value": "BM220603-PO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pemasok",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_pemasok",
									"value": "",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "pemasok",
									"value": "1",
									"type": "text"
								},
								{
									"key": "ppn",
									"value": "100",
									"type": "text"
								},
								{
									"key": "referensi",
									"value": "R1",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "C1",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "id_produk[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "id_produk[]",
									"value": "3",
									"type": "text"
								},
								{
									"key": "kuantitas[]",
									"value": "5",
									"type": "text"
								},
								{
									"key": "kuantitas[]",
									"value": "10",
									"type": "text"
								},
								{
									"key": "satuan[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "satuan[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "harga[]",
									"value": "1500",
									"type": "text"
								},
								{
									"key": "harga[]",
									"value": "3000",
									"type": "text"
								},
								{
									"key": "persentase_diskon[]",
									"value": "90",
									"type": "text"
								},
								{
									"key": "persentase_diskon[]",
									"value": "0",
									"type": "text"
								},
								{
									"key": "diskon_tetap[]",
									"value": "500",
									"type": "text"
								},
								{
									"key": "diskon_tetap[]",
									"value": "1000",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/purchase_orders/2",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_orders",
								"2"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_orders/9",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_orders",
								"9"
							]
						}
					},
					"response": []
				},
				{
					"name": "Submit",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_orders/submit/8",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_orders",
								"submit",
								"8"
							]
						}
					},
					"response": []
				},
				{
					"name": "Cancel",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_orders/cancel/10",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_orders",
								"cancel",
								"10"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Purchase Order Draft Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/get_new_purchase_order_draft_code/Import",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_purchase_order_draft_code",
								"Import"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Get New Purchase Order Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/get_new_purchase_order_code/Import?tanggal={{current_date}}",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_purchase_order_code",
								"Import"
							],
							"query": [
								{
									"key": "tanggal",
									"value": "{{current_date}}"
								}
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Available Products",
					"request": {
						"method": "GET",
						"header": [
							{
								"warning": "This is a duplicate header and will be overridden by the Authorization header generated by Postman.",
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_orders_available_products/Import",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_orders_available_products",
								"Import"
							],
							"query": [
								{
									"key": "kode",
									"value": "STO-000001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "Nn",
									"disabled": true
								},
								{
									"key": "grup",
									"value": "g11",
									"disabled": true
								},
								{
									"key": "kategori",
									"value": "n",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "grup",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kategori",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						},
						"description": "List of active product for create or update form."
					},
					"response": []
				}
			]
		},
		{
			"name": "Import Purchase Invoices",
			"item": [
				{
					"name": "Details",
					"item": [
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/purchase_invoice_details/1?urutkan_berdasarkan[]=nama_alias_produk&urutan[]=asc",
									"host": [
										"{{url}}"
									],
									"path": [
										"purchase_invoice_details",
										"1"
									],
									"query": [
										{
											"key": "nama_alias_produk",
											"value": "AN",
											"description": "Equals.",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "status",
											"value": "",
											"description": "Done or not.",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama_alias_produk"
										},
										{
											"key": "urutan[]",
											"value": "asc"
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"var moment = require(\"moment\");\r",
									"\r",
									"pm.environment.set('current_date', moment().format((\"YYYY-MM-DD\")))"
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "pemasok",
									"value": "4",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "Catatan 4",
									"type": "text"
								},
								{
									"key": "ppn",
									"value": "1000",
									"type": "text"
								},
								{
									"key": "nomor_kontainer",
									"value": "4",
									"type": "text"
								},
								{
									"key": "term",
									"value": "CFR",
									"type": "text"
								},
								{
									"key": "muatan",
									"value": "3",
									"type": "text"
								},
								{
									"key": "karton",
									"value": "3",
									"type": "text"
								},
								{
									"key": "uang_muka",
									"value": "3000",
									"type": "text"
								},
								{
									"key": "tanggal_jatuh_tempo",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "id_pesanan_pembelian[]",
									"value": "12",
									"type": "text"
								},
								{
									"key": "nama_alias_produk[]",
									"value": "Bagian 2-Grade 1-Merk 2",
									"type": "text"
								},
								{
									"key": "kuantitas[]",
									"value": "5",
									"type": "text"
								},
								{
									"key": "satuan[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "harga[]",
									"value": "5000",
									"type": "text"
								},
								{
									"key": "persentase_diskon[]",
									"value": "20",
									"type": "text"
								},
								{
									"key": "diskon_tetap[]",
									"value": "100",
									"type": "text"
								},
								{
									"key": "biaya[]",
									"value": "9",
									"type": "text"
								},
								{
									"key": "total_biaya[]",
									"value": "5000",
									"type": "text"
								},
								{
									"key": "deskripsi_biaya[]",
									"value": "Beban 1",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/purchase_invoices",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_invoices"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_invoices/Import",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_invoices",
								"Import"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "penerima",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "kode_penerima",
									"value": "",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "penerima",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tipe",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tipe",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Read (Bypass)",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_invoices",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_invoices"
							],
							"query": [
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "kode_pelanggan",
									"value": "",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "id_faktur_pembelian",
									"value": "6",
									"type": "text"
								},
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "pemasok",
									"value": "2",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "Catatan 1",
									"type": "text"
								},
								{
									"key": "ppn",
									"value": "1000",
									"type": "text"
								},
								{
									"key": "term",
									"value": "2",
									"type": "text"
								},
								{
									"key": "uang_muka",
									"value": "5000",
									"type": "text"
								},
								{
									"key": "tanggal_jatuh_tempo",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "id_tanda_terima_barang[]",
									"value": "15",
									"type": "text"
								},
								{
									"key": "nama_alias_produk[]",
									"value": "Bagian 1 Grade 1 Merk 1",
									"type": "text"
								},
								{
									"key": "nama_alias_produk[]",
									"value": "Bagian 1 Grade 1 Merk 2",
									"type": "text"
								},
								{
									"key": "kuantitas[]",
									"value": "10",
									"type": "text"
								},
								{
									"key": "kuantitas[]",
									"value": "25",
									"type": "text"
								},
								{
									"key": "satuan[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "satuan[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "harga[]",
									"value": "10000",
									"type": "text"
								},
								{
									"key": "harga[]",
									"value": "5000",
									"type": "text"
								},
								{
									"key": "persentase_diskon[]",
									"value": "90",
									"type": "text"
								},
								{
									"key": "persentase_diskon[]",
									"value": "0",
									"type": "text"
								},
								{
									"key": "diskon_tetap[]",
									"value": "500",
									"type": "text"
								},
								{
									"key": "diskon_tetap[]",
									"value": "5000",
									"type": "text"
								},
								{
									"key": "bagan_akun[]",
									"value": "9",
									"type": "text"
								},
								{
									"key": "bagan_akun[]",
									"value": "10",
									"type": "text"
								},
								{
									"key": "total[]",
									"value": "10000",
									"type": "text"
								},
								{
									"key": "total[]",
									"value": "5000",
									"type": "text"
								},
								{
									"key": "deskripsi[]",
									"value": "Beban 1",
									"type": "text"
								},
								{
									"key": "deskripsi[]",
									"value": "Beban 2",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/purchase_invoices",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_invoices"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_invoices?id_faktur_pembelian=6",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_invoices"
							],
							"query": [
								{
									"key": "id_faktur_pembelian",
									"value": "6"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Submit",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_invoices/submit?id_faktur_pembelian=6",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_invoices",
								"submit"
							],
							"query": [
								{
									"key": "id_faktur_pembelian",
									"value": "6"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Change Submitted to Draft Status",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_invoices/submitted_to_draft?id_faktur_pembelian=43",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_invoices",
								"submitted_to_draft"
							],
							"query": [
								{
									"key": "id_faktur_pembelian",
									"value": "43"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Cancel",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_invoices/cancel?id_faktur_pembelian=43",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_invoices",
								"cancel"
							],
							"query": [
								{
									"key": "id_faktur_pembelian",
									"value": "43"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Purchase Invoice Code",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"var moment = require('moment');\r",
									"\r",
									"pm.environment.set('current_date', moment().format((\"YYYY-MM-DD\")));"
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/get_new_purchase_invoice_code/Import?tanggal={{current_date}}",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_purchase_invoice_code",
								"Import"
							],
							"query": [
								{
									"key": "tanggal",
									"value": "{{current_date}}"
								}
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Get New Purchase Invoice Draft Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/get_new_purchase_invoice_draft_code/Import",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_purchase_invoice_draft_code",
								"Import"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Available Suppliers",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_invoices_available_suppliers/Import",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_invoices_available_suppliers",
								"Import"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "CUS-00004",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "nomor_telepon",
									"value": "2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "active",
									"disabled": true
								},
								{
									"key": "include_purchase_invoice_suppliers",
									"value": "6",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "id",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nomor_telepon",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						},
						"description": "List of available product in create or update form."
					},
					"response": []
				},
				{
					"name": "Available Purchase Orders",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_invoices_available_purchase_orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_invoices_available_purchase_orders"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "penerima",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_penerima",
									"value": "1",
									"disabled": true
								},
								{
									"key": "include_purchase_invoice_goods_receipts",
									"value": "6",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "penerima",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						},
						"description": "List of submitted sales order for create or update form."
					},
					"response": []
				},
				{
					"name": "Available Credit Notes",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_invoices_available_credit_notes",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_invoices_available_credit_notes"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "penerima",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_penerima",
									"value": "1",
									"disabled": true
								},
								{
									"key": "include_purchase_invoice_goods_receipts",
									"value": "6",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "penerima",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						},
						"description": "List of submitted sales order for create or update form."
					},
					"response": []
				}
			]
		},
		{
			"name": "Stock Warehouse",
			"item": [
				{
					"name": "Select",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer_token}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/select_stock_warehouses?warehouse_id=2",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_stock_warehouses"
							],
							"query": [
								{
									"key": "warehouse_id",
									"value": "2"
								},
								{
									"key": "alias_name",
									"value": "Merk 1",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Select Referece Tally Sheets",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/select_stock_referece_tally_sheets?warehouse_id=2&tally_sheet_id=14",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_stock_referece_tally_sheets"
							],
							"query": [
								{
									"key": "warehouse_id",
									"value": "2"
								},
								{
									"key": "tally_sheet_id",
									"value": "14"
								},
								{
									"key": "alias_name",
									"value": "Merk 1",
									"disabled": true
								}
							]
						}
					},
					"response": []
				}
			]
		},
		{
			"name": "Goods Import Declaration",
			"item": [
				{
					"name": "Create",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"var moment = require(\"moment\");\r",
									"\r",
									"pm.environment.set('current_date', moment().format((\"YYYY-MM-DD\")))"
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "nomor_pib",
									"value": "2",
									"type": "text"
								},
								{
									"key": "nomor_bl",
									"value": "2",
									"type": "text"
								},
								{
									"key": "pemasok",
									"value": "4",
									"type": "text"
								},
								{
									"key": "mata_uang",
									"value": "2",
									"type": "text"
								},
								{
									"key": "kurs",
									"value": "14800",
									"type": "text"
								},
								{
									"key": "tanggal_tiba",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "tanggal_awal_periode_pengiriman",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "tanggal_akhir_periode_pengiriman",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "nama_kapal",
									"value": "Kapal 2",
									"type": "text"
								},
								{
									"key": "bea_masuk",
									"value": "10000",
									"type": "text"
								},
								{
									"key": "ppn",
									"value": "500",
									"type": "text"
								},
								{
									"key": "pph",
									"value": "1000",
									"type": "text"
								},
								{
									"key": "referensi",
									"value": "2",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "Catatan 2",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Draft",
									"type": "text"
								},
								{
									"key": "id_faktur_pembelian[]",
									"value": "39",
									"type": "text"
								},
								{
									"key": "id_faktur_pembelian[]",
									"value": "41",
									"type": "text"
								},
								{
									"key": "bagan_akun",
									"value": "3",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/goods_import_declarations",
							"host": [
								"{{url}}"
							],
							"path": [
								"goods_import_declarations"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/goods_import_declarations?id=3",
							"host": [
								"{{url}}"
							],
							"path": [
								"goods_import_declarations"
							],
							"query": [
								{
									"key": "id",
									"value": "3"
								},
								{
									"key": "kode",
									"value": "BM220627-SJ001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pemasok",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_pemasok",
									"value": "",
									"disabled": true
								},
								{
									"key": "no_pib",
									"value": "",
									"disabled": true
								},
								{
									"key": "nama_kapal",
									"value": "Kapal 1",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pemasok",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "no_pib",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama_kapal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Select",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/select_goods_import_declarations",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_goods_import_declarations"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220627-SJ001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pemasok",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_pemasok",
									"value": "",
									"disabled": true
								},
								{
									"key": "no_pib",
									"value": "",
									"disabled": true
								},
								{
									"key": "nama_kapal",
									"value": "Kapal 1",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pemasok",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "no_pib",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama_kapal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Read (Bypass)",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/goods_import_declarations",
							"host": [
								"{{url}}"
							],
							"path": [
								"goods_import_declarations"
							],
							"query": [
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "kode_pelanggan",
									"value": "",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "nomor_pib",
									"value": "2",
									"type": "text"
								},
								{
									"key": "nomor_bl",
									"value": "2",
									"type": "text"
								},
								{
									"key": "pemasok",
									"value": "4",
									"type": "text"
								},
								{
									"key": "mata_uang",
									"value": "2",
									"type": "text"
								},
								{
									"key": "kurs",
									"value": "14800",
									"type": "text"
								},
								{
									"key": "tanggal_tiba",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "tanggal_awal_periode_pengiriman",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "tanggal_akhir_periode_pengiriman",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "nama_kapal",
									"value": "Kapal 2",
									"type": "text"
								},
								{
									"key": "bea_masuk",
									"value": "100",
									"type": "text"
								},
								{
									"key": "ppn",
									"value": "500",
									"type": "text"
								},
								{
									"key": "pph",
									"value": "1000",
									"type": "text"
								},
								{
									"key": "referensi",
									"value": "2",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "Catatan 2",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "id_faktur_pembelian[]",
									"value": "39",
									"type": "text"
								},
								{
									"key": "id_faktur_pembelian[]",
									"value": "41",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/goods_import_declarations/6",
							"host": [
								"{{url}}"
							],
							"path": [
								"goods_import_declarations",
								"6"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/goods_import_declarations/10",
							"host": [
								"{{url}}"
							],
							"path": [
								"goods_import_declarations",
								"10"
							]
						}
					},
					"response": []
				},
				{
					"name": "Submit",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/goods_import_declarations/submit/44",
							"host": [
								"{{url}}"
							],
							"path": [
								"goods_import_declarations",
								"submit",
								"44"
							]
						}
					},
					"response": []
				},
				{
					"name": "Cancel",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/goods_import_declarations/cancel/7",
							"host": [
								"{{url}}"
							],
							"path": [
								"goods_import_declarations",
								"cancel",
								"7"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Goods Import Declaration Draft Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/get_new_goods_import_declaration_draft_code",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_goods_import_declaration_draft_code"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Get New Goods Import Declaration Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/get_new_goods_import_declaration_code?tanggal={{current_date}}",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_goods_import_declaration_code"
							],
							"query": [
								{
									"key": "tanggal",
									"value": "{{current_date}}"
								}
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Available Suppliers",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/goods_import_declarations_available_suppliers",
							"host": [
								"{{url}}"
							],
							"path": [
								"goods_import_declarations_available_suppliers"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "CUS-00004",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "nomor_telepon",
									"value": "2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Active",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nomor_telepon",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "include_goods_import_declaration_suppliers",
									"value": "4",
									"disabled": true
								}
							]
						},
						"description": "List of available product in create or update form."
					},
					"response": []
				},
				{
					"name": "Available Purchase Invoices",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/goods_import_declarations_available_purchase_invoices?include_goods_import_declaration_purchase_invoices=2",
							"host": [
								"{{url}}"
							],
							"path": [
								"goods_import_declarations_available_purchase_invoices"
							],
							"query": [
								{
									"key": "id",
									"value": "2",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "penerima",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_penerima",
									"value": "2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "penerima",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "include_goods_import_declaration_purchase_invoices",
									"value": "2"
								}
							]
						},
						"description": "List of submitted sales order for create or update form."
					},
					"response": []
				}
			]
		},
		{
			"name": "Import Tally Sheet Ins",
			"item": [
				{
					"name": "Details",
					"item": [
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/sales_orders/1?urutkan_berdasarkan[]=nama_alias_produk&urutan[]=asc",
									"host": [
										"{{url}}"
									],
									"path": [
										"sales_orders",
										"1"
									],
									"query": [
										{
											"key": "nama_alias_produk",
											"value": "AN",
											"description": "Equals.",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "status",
											"value": "",
											"description": "Done or not.",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama_alias_produk"
										},
										{
											"key": "urutan[]",
											"value": "asc"
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"var moment = require(\"moment\");\r",
									"\r",
									"pm.environment.set('current_date', moment().format((\"YYYY-MM-DD\")))"
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"description": "customer_id",
									"type": "text"
								},
								{
									"key": "pelanggan",
									"value": "2",
									"description": "warehouse_id",
									"type": "text"
								},
								{
									"key": "gudang",
									"value": "1",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "C1",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "id_retur_penjualan[]",
									"value": "8",
									"type": "text"
								},
								{
									"key": "id_produk[]",
									"value": "3",
									"type": "text"
								},
								{
									"key": "jumlah_box[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "kuantitas_box[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "satuan_box[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "kuantitas_produk_box[0][]",
									"value": "1",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/tally_sheet_ins",
							"host": [
								"{{url}}"
							],
							"path": [
								"tally_sheet_ins"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/tally_sheet_ins",
							"host": [
								"{{url}}"
							],
							"path": [
								"tally_sheet_ins"
							],
							"query": [
								{
									"key": "referensi",
									"value": "purchase_invoices",
									"disabled": true
								},
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"description": "customer_name",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "N1",
									"description": "warehouse_name",
									"disabled": true
								},
								{
									"key": "id_pelanggan",
									"value": "",
									"disabled": true
								},
								{
									"key": "gudang",
									"value": "N2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "gudang",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "pemasok",
									"value": "1",
									"type": "text"
								},
								{
									"key": "gudang",
									"value": "1",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "C1",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "id_pesanan_pembelian[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "id_pesanan_pembelian[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "id_produk[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "id_produk[]",
									"value": "3",
									"type": "text"
								},
								{
									"key": "jumlah_box[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "jumlah_box[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "kuantitas_box[]",
									"value": "5",
									"type": "text"
								},
								{
									"key": "kuantitas_box[]",
									"value": "10",
									"type": "text"
								},
								{
									"key": "satuan_box[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "satuan_box[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "kuantitas_produk_box[0][]",
									"value": "5",
									"type": "text"
								},
								{
									"key": "kuantitas_produk_box[1][]",
									"value": "10",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/tally_sheet_ins/23",
							"host": [
								"{{url}}"
							],
							"path": [
								"tally_sheet_ins",
								"23"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/tally_sheet_ins/23",
							"host": [
								"{{url}}"
							],
							"path": [
								"tally_sheet_ins",
								"23"
							]
						}
					},
					"response": []
				},
				{
					"name": "Submit",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/tally_sheet_ins/submit/26",
							"host": [
								"{{url}}"
							],
							"path": [
								"tally_sheet_ins",
								"submit",
								"26"
							]
						}
					},
					"response": []
				},
				{
					"name": "Cancel",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/tally_sheet_ins/cancel/18",
							"host": [
								"{{url}}"
							],
							"path": [
								"tally_sheet_ins",
								"cancel",
								"18"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Tally Sheet Draft Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/get_new_tally_sheet_draft_code/purchase_orders",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_tally_sheet_draft_code",
								"purchase_orders"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Get New Tally Sheet Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "{{bearer_token}}",
									"type": "string"
								}
							]
						},
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/get_new_tally_sheet_code/purchase_orders?tanggal={{current_date}}",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_tally_sheet_code",
								"purchase_orders"
							],
							"query": [
								{
									"key": "tanggal",
									"value": "{{current_date}}"
								}
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Available Suppliers",
					"request": {
						"method": "GET",
						"header": [
							{
								"warning": "This is a duplicate header and will be overridden by the Authorization header generated by Postman.",
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/tally_sheet_ins_available_suppliers/purchase_invoices",
							"host": [
								"{{url}}"
							],
							"path": [
								"tally_sheet_ins_available_suppliers",
								"purchase_invoices"
							],
							"query": [
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "nomor_telepon",
									"value": "2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "active",
									"disabled": true
								},
								{
									"key": "include_tally_sheet_suppliers",
									"value": "1",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nomor_telepon",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "L-00001",
									"disabled": true
								},
								{
									"key": "id",
									"value": "1",
									"disabled": true
								}
							]
						},
						"description": "List of available product in create or update form."
					},
					"response": []
				},
				{
					"name": "Available Purchase Invoices",
					"request": {
						"method": "GET",
						"header": [
							{
								"warning": "This is a duplicate header and will be overridden by the Authorization header generated by Postman.",
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/tally_sheet_ins_available_purchase_invoices",
							"host": [
								"{{url}}"
							],
							"path": [
								"tally_sheet_ins_available_purchase_invoices"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pemasok",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_pemasok",
									"value": "1",
									"description": "For update page.",
									"disabled": true
								},
								{
									"key": "include_tally_sheet_purchase_orders",
									"value": "26",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pemasok",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						},
						"description": "List of submitted sales order for create or update form."
					},
					"response": []
				}
			]
		},
		{
			"name": "Credit Notes",
			"item": [
				{
					"name": "Create",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "pemasok",
									"value": "4",
									"type": "text"
								},
								{
									"key": "id_faktur_pembelian",
									"value": "41",
									"type": "text"
								},
								{
									"key": "mata_uang",
									"value": "2",
									"type": "text"
								},
								{
									"key": "bagan_akun",
									"value": "",
									"type": "text"
								},
								{
									"key": "biaya",
									"value": "1",
									"type": "text"
								},
								{
									"key": "nominal",
									"value": "6000",
									"type": "text"
								},
								{
									"key": "deskripsi",
									"value": "D3",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Draft",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/credit_notes",
							"host": [
								"{{url}}"
							],
							"path": [
								"credit_notes"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disableBodyPruning": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": []
						},
						"url": {
							"raw": "{{url}}/credit_notes",
							"host": [
								"{{url}}"
							],
							"path": [
								"credit_notes"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220627-SJ001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pemasok",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_pemasok",
									"value": "",
									"disabled": true
								},
								{
									"key": "nominal",
									"value": "5000",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pemasok",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tipe",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "pemasok",
									"value": "4",
									"type": "text"
								},
								{
									"key": "id_faktur_pembelian",
									"value": "41",
									"type": "text"
								},
								{
									"key": "mata_uang",
									"value": "2",
									"type": "text"
								},
								{
									"key": "bagan_akun",
									"value": "",
									"type": "text"
								},
								{
									"key": "biaya",
									"value": "1",
									"type": "text"
								},
								{
									"key": "nominal",
									"value": "6000",
									"type": "text"
								},
								{
									"key": "deskripsi",
									"value": "D3",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/credit_notes/7",
							"host": [
								"{{url}}"
							],
							"path": [
								"credit_notes",
								"7"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/credit_notes/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"credit_notes",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Submit",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_returns/submit/44",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_returns",
								"submit",
								"44"
							]
						}
					},
					"response": []
				},
				{
					"name": "Cancel",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/purchase_returns/cancel/7",
							"host": [
								"{{url}}"
							],
							"path": [
								"purchase_returns",
								"cancel",
								"7"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Credit Note Draft Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/get_new_credit_note_draft_code",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_credit_note_draft_code"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Get New Credit Note Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/get_new_credit_note_code/?tanggal={{current_date}}",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_credit_note_code",
								""
							],
							"query": [
								{
									"key": "tanggal",
									"value": "{{current_date}}"
								}
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Available Suppliers",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/credit_notes_available_suppliers?include_credit_note_suppliers=5",
							"host": [
								"{{url}}"
							],
							"path": [
								"credit_notes_available_suppliers"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "CUS-00004",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "1",
									"disabled": true
								},
								{
									"key": "nomor_telepon",
									"value": "2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Active",
									"disabled": true
								},
								{
									"key": "include_credit_note_suppliers",
									"value": "5"
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nomor_telepon",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						},
						"description": "List of available product in create or update form."
					},
					"response": []
				},
				{
					"name": "Available Purchase Invoices",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/credit_notes_available_purchase_invoices",
							"host": [
								"{{url}}"
							],
							"path": [
								"credit_notes_available_purchase_invoices"
							],
							"query": [
								{
									"key": "id",
									"value": "2",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "penerima",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_penerima",
									"value": "2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "penerima",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "include_credit_note_purchase_invoices",
									"value": "5",
									"disabled": true
								}
							]
						},
						"description": "List of submitted sales order for create or update form."
					},
					"response": []
				}
			]
		},
		{
			"name": "Import Costs",
			"item": [
				{
					"name": "Details",
					"item": [
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/import_cost_details/BM220603-SO001?urutkan_berdasarkan[]=nama_alias_produk&urutan[]=asc",
									"host": [
										"{{url}}"
									],
									"path": [
										"import_cost_details",
										"BM220603-SO001"
									],
									"query": [
										{
											"key": "nama_alias_produk",
											"value": "AN",
											"description": "Equals.",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "status",
											"value": "",
											"description": "Done or not.",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama_alias_produk"
										},
										{
											"key": "urutan[]",
											"value": "asc"
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"var moment = require(\"moment\");\r",
									"\r",
									"pm.environment.set('current_date', moment().format((\"YYYY-MM-DD\")))"
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "id_faktur_pembelian",
									"value": "39",
									"type": "text"
								},
								{
									"key": "kontainer",
									"value": "K2",
									"type": "text"
								},
								{
									"key": "bagan_akun",
									"value": "2",
									"type": "text"
								},
								{
									"key": "referensi",
									"value": "R2",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "Catatan 2",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "id_biaya[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "nominal[]",
									"value": "7000",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/import_costs",
							"host": [
								"{{url}}"
							],
							"path": [
								"import_costs"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/import_costs",
							"host": [
								"{{url}}"
							],
							"path": [
								"import_costs"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220627-SJ001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "penerima",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "kode_penerima",
									"value": "",
									"disabled": true
								},
								{
									"key": "tipe",
									"value": "Lokal",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "penerima",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tipe",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Read (Bypass)",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/import_costs",
							"host": [
								"{{url}}"
							],
							"path": [
								"import_costs"
							],
							"query": [
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "kode_pelanggan",
									"value": "",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "id_faktur_pembelian",
									"value": "39",
									"type": "text"
								},
								{
									"key": "kontainer",
									"value": "K2",
									"type": "text"
								},
								{
									"key": "bagan_akun",
									"value": "2",
									"type": "text"
								},
								{
									"key": "referensi",
									"value": "R2",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "Catatan 2",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "id_biaya[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "nominal[]",
									"value": "7000",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/import_costs/8",
							"host": [
								"{{url}}"
							],
							"path": [
								"import_costs",
								"8"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/import_costs/10",
							"host": [
								"{{url}}"
							],
							"path": [
								"import_costs",
								"10"
							]
						}
					},
					"response": []
				},
				{
					"name": "Submit",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/import_costs/submit/44",
							"host": [
								"{{url}}"
							],
							"path": [
								"import_costs",
								"submit",
								"44"
							]
						}
					},
					"response": []
				},
				{
					"name": "Cancel",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/import_costs/cancel/7",
							"host": [
								"{{url}}"
							],
							"path": [
								"import_costs",
								"cancel",
								"7"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Import Cost Draft Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/get_new_import_cost_draft_code",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_import_cost_draft_code"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Get New Import Cost Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/get_new_import_cost_code?tanggal={{current_date}}",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_import_cost_code"
							],
							"query": [
								{
									"key": "tanggal",
									"value": "{{current_date}}"
								}
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Available Purchase Invoices",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/import_costs_available_purchase_invoices",
							"host": [
								"{{url}}"
							],
							"path": [
								"import_costs_available_purchase_invoices"
							],
							"query": [
								{
									"key": "id",
									"value": "2",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "penerima",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_penerima",
									"value": "2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "penerima",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "include_import_cost_purchase_invoices",
									"value": "8",
									"disabled": true
								}
							]
						},
						"description": "List of submitted sales order for create or update form."
					},
					"response": []
				}
			]
		},
		{
			"name": "Import Cost Refunds",
			"item": [
				{
					"name": "Details",
					"item": [
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									},
									{
										"key": "Authorization",
										"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/import_cost_refund_details/BM220603-SO001?urutkan_berdasarkan[]=nama_alias_produk&urutan[]=asc",
									"host": [
										"{{url}}"
									],
									"path": [
										"import_cost_refund_details",
										"BM220603-SO001"
									],
									"query": [
										{
											"key": "nama_alias_produk",
											"value": "AN",
											"description": "Equals.",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "status",
											"value": "",
											"description": "Done or not.",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama_alias_produk"
										},
										{
											"key": "urutan[]",
											"value": "asc"
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"var moment = require(\"moment\");\r",
									"\r",
									"pm.environment.set('current_date', moment().format((\"YYYY-MM-DD\")))"
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "id_pib",
									"value": "2",
									"type": "text"
								},
								{
									"key": "kontainer",
									"value": "K1",
									"type": "text"
								},
								{
									"key": "bagan_akun",
									"value": "2",
									"type": "text"
								},
								{
									"key": "referensi",
									"value": "R1",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "Catatan 1",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "id_biaya[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "id_biaya[]",
									"value": "3",
									"type": "text"
								},
								{
									"key": "nominal[]",
									"value": "5000",
									"type": "text"
								},
								{
									"key": "nominal[]",
									"value": "7000",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/import_cost_refunds",
							"host": [
								"{{url}}"
							],
							"path": [
								"import_cost_refunds"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/import_cost_refunds",
							"host": [
								"{{url}}"
							],
							"path": [
								"import_cost_refunds"
							],
							"query": [
								{
									"key": "id",
									"value": "1",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220627-SJ001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "penerima",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "kode_penerima",
									"value": "",
									"disabled": true
								},
								{
									"key": "tipe",
									"value": "Lokal",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "penerima",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tipe",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Read (Bypass)",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/import_cost_refunds",
							"host": [
								"{{url}}"
							],
							"path": [
								"import_cost_refunds"
							],
							"query": [
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "kode_pelanggan",
									"value": "",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "id_faktur_pembelian",
									"value": "39",
									"type": "text"
								},
								{
									"key": "kontainer",
									"value": "K2",
									"type": "text"
								},
								{
									"key": "bagan_akun",
									"value": "2",
									"type": "text"
								},
								{
									"key": "referensi",
									"value": "R2",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "Catatan 2",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "id_biaya[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "nominal[]",
									"value": "7000",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/import_cost_refunds/8",
							"host": [
								"{{url}}"
							],
							"path": [
								"import_cost_refunds",
								"8"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {
							"accept": true
						}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/import_cost_refunds/10",
							"host": [
								"{{url}}"
							],
							"path": [
								"import_cost_refunds",
								"10"
							]
						}
					},
					"response": []
				},
				{
					"name": "Submit",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/import_cost_refunds/submit/44",
							"host": [
								"{{url}}"
							],
							"path": [
								"import_cost_refunds",
								"submit",
								"44"
							]
						}
					},
					"response": []
				},
				{
					"name": "Cancel",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiIxIiwianRpIjoiN2FkZjllYzRhOTY2MWZkYjAwNWNmMmEyOGMzNmM2MjViYzI1Y2I2ZjUzNzNhOTgxMDYzOTY1MzhkMDczODU0MWY0MzBiYWEwYmRjZmRlZmIiLCJpYXQiOjE2NTMyNzE0NzYuMjUxMjI5LCJuYmYiOjE2NTMyNzE0NzYuMjUxMjMxLCJleHAiOjE2ODQ4MDc0NzYuMjEzOTM0LCJzdWIiOiJVU0VSLTAwMDAxIiwic2NvcGVzIjpbXX0.fGAXaCbsPaa9UQX8qT2bPW369R1cr_4YW_Lhs6yMiOZv-AQu09Ig7gkRZpHAFjm-IwzwwQ3S2BWAlqvkq5mw6q2gOUr-7umyddcjfPKw15gd25dWlk6MbwBAg3cMf2VFWelq8ZwJhyUMZNsnRzfmHRCLbm1R4pnFxGb7jxdsdMY950VI8OvAFogDi8M_xWB8jGNFPFusUOIfGLAucp3UremG9Z-VZwnoOKDE3c5AJhzzVkX6HLUaagvRJFUQ1MfyEnzFakZ_WUUnUXKSlYBLnhLhkfclsV1s2BcKzR_4QSP2-I8MO7xNN-JVuCBqTQoktlvCMMoId4_uPZa5bdch05KoGVZFsU7KhXzX2OjquMVZJBKkoSq-7GrNa6gB1ZSyK06kc7W9mS6-AA9oPnhKjam3-7MpItNtjI6IlHUNqMkVM0hUqRwiLVfPJ9m3cCTeHJgknh4hwu4y8SzxMufx53wTSUQEXZf-Ozpl43898_uv85IFRvBL4J1y1CFIeblu7Gx4LziKasHZplSgnhlJPHJGp4f_98vYkrinHKaof-i5uJfk4GDjD6iqR_M_K697LVYA0zH2oG4HBUAm6bApStlJm0OPhhqXiBGA49zxm39-buGMuZtADDWq5ENdCMNIAXKq0BVq36BH0XmFr9xHEF0KRjaUtCeuAGsH6o-h18g",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/import_cost_refunds/cancel/7",
							"host": [
								"{{url}}"
							],
							"path": [
								"import_cost_refunds",
								"cancel",
								"7"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Import Cost Refund Draft Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/get_new_import_cost_refund_draft_code",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_import_cost_refund_draft_code"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Get New Import Cost Refund Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/get_new_import_cost_refund_code?tanggal={{current_date}}",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_import_cost_refund_code"
							],
							"query": [
								{
									"key": "tanggal",
									"value": "{{current_date}}"
								}
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Available Goods Import Declarations",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							},
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/import_cost_refunds_available_goods_import_declarations",
							"host": [
								"{{url}}"
							],
							"path": [
								"import_cost_refunds_available_goods_import_declarations"
							],
							"query": [
								{
									"key": "id",
									"value": "2",
									"disabled": true
								},
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "penerima",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_penerima",
									"value": "2",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "penerima",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "include_import_cost_refund_goods_import_declarations",
									"value": "2",
									"disabled": true
								}
							]
						},
						"description": "List of submitted sales order for create or update form."
					},
					"response": []
				}
			]
		},
		{
			"name": "Retail Sales Invoices",
			"item": [
				{
					"name": "Details",
					"item": [
						{
							"name": "Read",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"auth": {
									"type": "bearer",
									"bearer": [
										{
											"key": "token",
											"value": "{{bearer_token}}",
											"type": "string"
										}
									]
								},
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/retail_sales_invoice_details/2?urutkan_berdasarkan[]=nama_alias_produk&urutan[]=asc",
									"host": [
										"{{url}}"
									],
									"path": [
										"retail_sales_invoice_details",
										"2"
									],
									"query": [
										{
											"key": "nama_alias_produk",
											"value": "AN",
											"description": "Equals.",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "status",
											"value": "",
											"description": "Done or not.",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama_alias_produk"
										},
										{
											"key": "urutan[]",
											"value": "asc"
										}
									]
								}
							},
							"response": []
						},
						{
							"name": "Select",
							"protocolProfileBehavior": {
								"disabledSystemHeaders": {
									"accept": true
								}
							},
							"request": {
								"method": "GET",
								"header": [
									{
										"key": "Accept",
										"value": "application/json",
										"type": "text"
									}
								],
								"url": {
									"raw": "{{url}}/select_retail_sales_invoice_details/2?urutkan_berdasarkan[]=nama_alias_produk&urutan[]=asc",
									"host": [
										"{{url}}"
									],
									"path": [
										"select_retail_sales_invoice_details",
										"2"
									],
									"query": [
										{
											"key": "nama_alias_produk",
											"value": "AN",
											"description": "Equals.",
											"disabled": true
										},
										{
											"key": "halaman",
											"value": "1",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "2",
											"disabled": true
										},
										{
											"key": "status",
											"value": "",
											"description": "Done or not.",
											"disabled": true
										},
										{
											"key": "urutkan_berdasarkan[]",
											"value": "nama_alias_produk"
										},
										{
											"key": "urutan[]",
											"value": "asc"
										}
									]
								}
							},
							"response": []
						}
					]
				},
				{
					"name": "Create",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"var moment = require(\"moment\");\r",
									"\r",
									"pm.environment.set('current_date', moment().format((\"YYYY-MM-DD\")))"
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "pelanggan",
									"value": "1",
									"type": "text"
								},
								{
									"key": "referensi",
									"value": "R4",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "test",
									"type": "text"
								},
								{
									"key": "termasuk_pajak",
									"value": "1",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"description": "Draft|Submitted",
									"type": "text"
								},
								{
									"key": " nama_alias_produk[]",
									"value": "Bagian 1 Grade 1 Merk 1",
									"type": "text"
								},
								{
									"key": "nama_alias_produk[]",
									"value": "Bagian 1 Grade 1 Merk 2",
									"type": "text"
								},
								{
									"key": "kuantitas[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "kuantitas[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": " satuan[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "satuan[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": " harga[]",
									"value": "10000",
									"type": "text"
								},
								{
									"key": "harga[]",
									"value": "10000",
									"type": "text"
								},
								{
									"key": " persentase_diskon[]",
									"value": "10",
									"type": "text"
								},
								{
									"key": "persentase_diskon[]",
									"value": "10",
									"type": "text"
								},
								{
									"key": " diskon_tetap[]",
									"value": "1000",
									"type": "text"
								},
								{
									"key": "diskon_tetap[]",
									"value": "1000",
									"type": "text"
								},
								{
									"key": "ppn[]",
									"value": "10",
									"type": "text"
								},
								{
									"key": "ppn[]",
									"value": "10",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/retail_sales_invoices",
							"host": [
								"{{url}}"
							],
							"path": [
								"retail_sales_invoices"
							]
						}
					},
					"response": []
				},
				{
					"name": "Read",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/retail_sales_invoices",
							"host": [
								"{{url}}"
							],
							"path": [
								"retail_sales_invoices"
							],
							"query": [
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_pelanggan",
									"value": "",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Select",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/select_retail_sales_invoices",
							"host": [
								"{{url}}"
							],
							"path": [
								"select_retail_sales_invoices"
							],
							"query": [
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "id_pelanggan",
									"value": "",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Read (Bypass)",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/retail_sales_invoices_bypass",
							"host": [
								"{{url}}"
							],
							"path": [
								"retail_sales_invoices_bypass"
							],
							"query": [
								{
									"key": "kode",
									"value": "BM220603-SO001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "tanggal",
									"value": "1",
									"disabled": true
								},
								{
									"key": "pelanggan",
									"value": "N1",
									"disabled": true
								},
								{
									"key": "kode_pelanggan",
									"value": "",
									"disabled": true
								},
								{
									"key": "status",
									"value": "Cancelled",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "tanggal",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kode",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "pelanggan",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "total",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "status",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": true,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "pelanggan",
									"value": "2",
									"type": "text"
								},
								{
									"key": "referensi",
									"value": "R22",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "C22",
									"type": "text"
								},
								{
									"key": "termasuk_pajak",
									"value": "1",
									"type": "text"
								},
								{
									"key": "status",
									"value": "Submitted",
									"type": "text"
								},
								{
									"key": "nama_alias_produk[]",
									"value": "N2-N2-N2",
									"type": "text",
									"disabled": true
								},
								{
									"key": "nama_alias_produk[]",
									"value": "N2-N2-N3",
									"type": "text"
								},
								{
									"key": "kuantitas[]",
									"value": "2",
									"type": "text",
									"disabled": true
								},
								{
									"key": "kuantitas[]",
									"value": "3",
									"type": "text"
								},
								{
									"key": "satuan[]",
									"value": "kg",
									"type": "text",
									"disabled": true
								},
								{
									"key": "satuan[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "harga[]",
									"value": "10000",
									"type": "text",
									"disabled": true
								},
								{
									"key": "harga[]",
									"value": "110000",
									"type": "text"
								},
								{
									"key": "persentase_diskon[]",
									"value": "90",
									"type": "text",
									"disabled": true
								},
								{
									"key": "persentase_diskon[]",
									"value": "0",
									"type": "text"
								},
								{
									"key": "diskon_tetap[]",
									"value": "500",
									"type": "text",
									"disabled": true
								},
								{
									"key": "diskon_tetap[]",
									"value": "5000",
									"type": "text"
								},
								{
									"key": "ppn[]",
									"value": "100",
									"type": "text",
									"disabled": true
								},
								{
									"key": "ppn[]",
									"value": "1000",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/retail_sales_invoices/2",
							"host": [
								"{{url}}"
							],
							"path": [
								"retail_sales_invoices",
								"2"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete",
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/retail_sales_invoices/4",
							"host": [
								"{{url}}"
							],
							"path": [
								"retail_sales_invoices",
								"4"
							]
						}
					},
					"response": []
				},
				{
					"name": "Submit",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/retail_sales_invoices/submit/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"retail_sales_invoices",
								"submit",
								"1"
							]
						}
					},
					"response": []
				},
				{
					"name": "Cancel",
					"request": {
						"auth": {
							"type": "bearer",
							"bearer": [
								{
									"key": "token",
									"value": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJhdWQiOiI1IiwianRpIjoiMmZhZjI1MGQwN2M1ZTYzYzdjMWUzYWQwZjhjNzJjNzMyYjMzNjY1MThhYTlhNzk1ZDNlZjg2MWY0MDgzYTlmNTdhY2JlNjBiYjA3YTU2OGUiLCJpYXQiOjE2NjIwMjMzMTAuNTE2MDY0LCJuYmYiOjE2NjIwMjMzMTAuNTE2MDY2LCJleHAiOjE2OTM1NTkzMTAuNTA0OTAyLCJzdWIiOiIxIiwic2NvcGVzIjpbXX0.YEMMLOWd3kRdlOwIVBl-MT7lyodE3HZWtK8y5JT8gFVWIQKFFYk5DoQySXwzg2gD-gLx0FqV8F9sdKHfEPm43unlpusuVl4iBGwNVnzFyLMN7-d9h6yKVDpqEgO49aWCefSAiwbX8i99gTGNXjSTdSOkrIITHQdmilvFhsuLlq4QMNVKmNaMwkGkDPZ1hhWTWo4ITG22xw_CcODs6yY5cj9yICa4_yLdpBbUXKwDN_JkmAAqQs25tkWcrsC0WYCiCsXwGYLLJ77-eqemstld2miOXbP9Ro4bMPqMlkR7K4j_oReWZnlqIBJUkSmXYzGiaCv9nuVp__oy2z8mOYG4RqaBgiuKG9t7-pKPx51SIruwP1d_8dzKuXr_8Fx2MDwarc-kqMjKZVMcdQV7ZquHtQWgMQIutTYTI44hOY2tOYOHZuG8zLm5Ulz4GalXH4XH7q4a2hriNz3Xk7gVoJ9dmGV2qUYFoDLTyAxdcCdBD7ZW1qbliJhh8Fz-7YUVOFxMj8tte9-0ARVaA0f-ijBidKCpkfA9Trf6_ClvUB17EQEuaQOq-dfRszwRSGlcYqKGXjbZw4LaiU9duc9SOUT4mqGgq6boKPgyhkeIO6NBPe0pHw24P7XpvAJDj71_SfYZkCRw5efW-8p5oyrR-i-lnKCR2vDscQ8fJ0azRBeFqTU",
									"type": "string"
								}
							]
						},
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/retail_sales_invoices/cancel/35",
							"host": [
								"{{url}}"
							],
							"path": [
								"retail_sales_invoices",
								"cancel",
								"35"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get New Retail Sales Invoice Draft Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{url}}/get_new_retail_sales_invoice_draft_code",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_retail_sales_invoice_draft_code"
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Get New Retail Sales Invoice Code",
					"protocolProfileBehavior": {
						"followOriginalHttpMethod": false,
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/get_new_retail_sales_invoice_code?tanggal={{current_date}}",
							"host": [
								"{{url}}"
							],
							"path": [
								"get_new_retail_sales_invoice_code"
							],
							"query": [
								{
									"key": "tanggal",
									"value": "{{current_date}}"
								}
							]
						},
						"description": "If no user specified, it will return the currently logged in user access rights."
					},
					"response": []
				},
				{
					"name": "Available Products",
					"request": {
						"method": "GET",
						"header": [
							{
								"warning": "This is a duplicate header and will be overridden by the Authorization header generated by Postman.",
								"key": "Authorization",
								"value": "{{bearer_token}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{url}}/retail_sales_invoices_available_products",
							"host": [
								"{{url}}"
							],
							"path": [
								"retail_sales_invoices_available_products"
							],
							"query": [
								{
									"key": "kode",
									"value": "STO-000001",
									"disabled": true
								},
								{
									"key": "halaman",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "2",
									"disabled": true
								},
								{
									"key": "nama",
									"value": "Nn",
									"disabled": true
								},
								{
									"key": "grup",
									"value": "g11",
									"disabled": true
								},
								{
									"key": "kategori",
									"value": "n",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "nama",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "grup",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "urutkan_berdasarkan[]",
									"value": "kategori",
									"disabled": true
								},
								{
									"key": "urutan[]",
									"value": "asc",
									"disabled": true
								}
							]
						},
						"description": "List of active product for create or update form."
					},
					"response": []
				}
			]
		},
		{
			"name": "POS",
			"item": [
				{
					"name": "Pay",
					"event": [
						{
							"listen": "prerequest",
							"script": {
								"exec": [
									"var moment = require(\"moment\");\r",
									"\r",
									"pm.environment.set('current_date', moment().format((\"YYYY-MM-DD\")))"
								],
								"type": "text/javascript"
							}
						}
					],
					"protocolProfileBehavior": {
						"disabledSystemHeaders": {}
					},
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "formdata",
							"formdata": [
								{
									"key": "tanggal",
									"value": "{{current_date}}",
									"type": "text"
								},
								{
									"key": "pelanggan",
									"value": "1",
									"type": "text"
								},
								{
									"key": "referensi",
									"value": "R4",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "test",
									"type": "text"
								},
								{
									"key": "termasuk_pajak",
									"value": "1",
									"type": "text"
								},
								{
									"key": " nama_alias_produk[]",
									"value": "Bagian 1 Grade 1 Merk 1",
									"type": "text"
								},
								{
									"key": "nama_alias_produk[]",
									"value": "Bagian 1 Grade 1 Merk 2",
									"type": "text"
								},
								{
									"key": "kuantitas[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": "kuantitas[]",
									"value": "1",
									"type": "text"
								},
								{
									"key": " satuan[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": "satuan[]",
									"value": "kg",
									"type": "text"
								},
								{
									"key": " harga[]",
									"value": "10000",
									"type": "text"
								},
								{
									"key": "harga[]",
									"value": "10000",
									"type": "text"
								},
								{
									"key": " persentase_diskon[]",
									"value": "10",
									"type": "text"
								},
								{
									"key": "persentase_diskon[]",
									"value": "10",
									"type": "text"
								},
								{
									"key": " diskon_tetap[]",
									"value": "1000",
									"type": "text"
								},
								{
									"key": "diskon_tetap[]",
									"value": "1000",
									"type": "text"
								},
								{
									"key": "ppn[]",
									"value": "10",
									"type": "text"
								},
								{
									"key": "ppn[]",
									"value": "10",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/retail_sales_invoices/pay",
							"host": [
								"{{url}}"
							],
							"path": [
								"retail_sales_invoices",
								"pay"
							]
						}
					},
					"response": []
				},
				{
					"name": "Open",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "saldo_awal",
									"value": "100000",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/shifts/open",
							"host": [
								"{{url}}"
							],
							"path": [
								"shifts",
								"open"
							]
						}
					},
					"response": []
				},
				{
					"name": "Close",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Accept",
								"value": "application/json",
								"type": "text"
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": [
								{
									"key": "saldo_akhir",
									"value": "100000",
									"type": "text"
								},
								{
									"key": "catatan",
									"value": "C1",
									"type": "text"
								}
							]
						},
						"url": {
							"raw": "{{url}}/shifts/close/1",
							"host": [
								"{{url}}"
							],
							"path": [
								"shifts",
								"close",
								"1"
							]
						}
					},
					"response": []
				}
			]
		}
	],
	"auth": {
		"type": "oauth2",
		"oauth2": [
			{
				"key": "headerPrefix",
				"value": "Bearer",
				"type": "string"
			},
			{
				"key": "addTokenTo",
				"value": "header",
				"type": "string"
			}
		]
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	]
}